summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBryan Donlan <bdonlan@fushizen.net>2008-02-25 22:40:19 (GMT)
committerJunio C Hamano <gitster@pobox.com>2008-02-26 06:20:08 (GMT)
commit81fa145917c40b68a5e2cca6afc6a10cdfdbd25b (patch)
treeb4247f9031ed8b868d52a569447010482f23150a
parent695ed47228021f7408f58e6174168ea583c448d0 (diff)
downloadgit-81fa145917c40b68a5e2cca6afc6a10cdfdbd25b.zip
git-81fa145917c40b68a5e2cca6afc6a10cdfdbd25b.tar.gz
git-81fa145917c40b68a5e2cca6afc6a10cdfdbd25b.tar.bz2
Documentation/git-am.txt: Pass -r in the example invocation of rm -f .dotest
Signed-off-by: Bryan Donlan <bdonlan@fushizen.net> Signed-off-by: Junio C Hamano <gitster@pobox.com>
-rw-r--r--Documentation/git-am.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/git-am.txt b/Documentation/git-am.txt
index 2ffba21..e640fc7 100644
--- a/Documentation/git-am.txt
+++ b/Documentation/git-am.txt
@@ -138,7 +138,7 @@ aborts in the middle,. You can recover from this in one of two ways:
The command refuses to process new mailboxes while `.dotest`
directory exists, so if you decide to start over from scratch,
-run `rm -f .dotest` before running the command with mailbox
+run `rm -f -r .dotest` before running the command with mailbox
names.