From 7cd3c1e333a5176dbae209630d6fac15539777c0 Mon Sep 17 00:00:00 2001
From: Bryan Donlan <redacted>
Date: Mon, 25 Feb 2008 17:40:19 -0500
Subject: [PATCH] Documentation/git-am.txt: Pass -r in the example invocation of rm -f .dotest
Signed-off-by: Bryan Donlan [off-list ref]
---
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 2ffba21..8c96b53 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 -rf .dotest` before running the command with mailbox
names.
--
1.5.3.8