From 3e4e8c03ca948e96b7f6a1730fb67034a6f942e3 Mon Sep 17 00:00:00 2001 From: Christian Schlotter Date: Thu, 1 Mar 2007 18:08:17 +0100 Subject: [PATCH] Documentation: Correct minor typo in git-add documentation. Signed-off-by: Christian Schlotter Signed-off-by: Junio C Hamano --- Documentation/git-add.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Documentation/git-add.txt b/Documentation/git-add.txt index b73a99d61f..755d7186f5 100644 --- a/Documentation/git-add.txt +++ b/Documentation/git-add.txt @@ -52,7 +52,7 @@ OPTIONS -f:: Allow adding otherwise ignored files. -\i, \--interactive:: +-i, \--interactive:: Add modified contents in the working tree interactively to the index. -- 2.11.4.GIT