summaryrefslogtreecommitdiffstats
path: root/Documentation/git-am.txt
diff options
context:
space:
mode:
authorBryan Donlan <bdonlan@fushizen.net>2008-02-25 23:40:19 +0100
committerJunio C Hamano <gitster@pobox.com>2008-02-26 07:20:08 +0100
commit81fa145917c40b68a5e2cca6afc6a10cdfdbd25b (patch)
treeb4247f9031ed8b868d52a569447010482f23150a /Documentation/git-am.txt
parenttimezone_names[]: fixed the tz offset for New Zealand. (diff)
downloadgit-81fa145917c40b68a5e2cca6afc6a10cdfdbd25b.tar.xz
git-81fa145917c40b68a5e2cca6afc6a10cdfdbd25b.zip
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>
Diffstat (limited to 'Documentation/git-am.txt')
-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 2ffba2102b..e640fc75cd 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.