Skip to content

Commit 81fa145

Browse files
Bryan Donlangitster
authored andcommitted
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>
1 parent 695ed47 commit 81fa145

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Documentation/git-am.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,7 @@ aborts in the middle,. You can recover from this in one of two ways:
138138

139139
The command refuses to process new mailboxes while `.dotest`
140140
directory exists, so if you decide to start over from scratch,
141-
run `rm -f .dotest` before running the command with mailbox
141+
run `rm -f -r .dotest` before running the command with mailbox
142142
names.
143143

144144

0 commit comments

Comments
 (0)