diff options
author | Bryan Donlan <bdonlan@fushizen.net> | 2008-02-25 17:40:19 -0500 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2008-02-25 22:20:08 -0800 |
commit | 81fa145917c40b68a5e2cca6afc6a10cdfdbd25b (patch) | |
tree | b4247f9031ed8b868d52a569447010482f23150a /Documentation | |
parent | 695ed47228021f7408f58e6174168ea583c448d0 (diff) | |
download | git-81fa145917c40b68a5e2cca6afc6a10cdfdbd25b.tar.gz git-81fa145917c40b68a5e2cca6afc6a10cdfdbd25b.tar.xz |
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')
-rw-r--r-- | Documentation/git-am.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/git-am.txt b/Documentation/git-am.txt index 2ffba2102..e640fc75c 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. |