From: Bryan Donlan Date: Mon, 25 Feb 2008 22:40:19 +0000 (-0500) Subject: Documentation/git-am.txt: Pass -r in the example invocation of rm -f .dotest X-Git-Tag: v1.5.4.4~37 X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=81fa145917c40b68a5e2cca6afc6a10cdfdbd25b;p=git.git Documentation/git-am.txt: Pass -r in the example invocation of rm -f .dotest Signed-off-by: Bryan Donlan Signed-off-by: Junio C Hamano --- 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.