summaryrefslogtreecommitdiff
path: root/Documentation
diff options
context:
space:
mode:
authorChristian Schlotter <schlotter@users.sourceforge.net>2007-03-01 17:08:17 (GMT)
committerJunio C Hamano <junkio@cox.net>2007-03-01 21:26:18 (GMT)
commit3e4e8c03ca948e96b7f6a1730fb67034a6f942e3 (patch)
tree9e6d76185faa618450548aa112adc8e1c5ecda4e /Documentation
parent5ef1f8d4889ccf6aaea62c5d465c8ad30a41dfc2 (diff)
downloadgit-3e4e8c03ca948e96b7f6a1730fb67034a6f942e3.zip
git-3e4e8c03ca948e96b7f6a1730fb67034a6f942e3.tar.gz
git-3e4e8c03ca948e96b7f6a1730fb67034a6f942e3.tar.bz2
Documentation: Correct minor typo in git-add documentation.
Signed-off-by: Christian Schlotter <schlotter@users.sourceforge.net> Signed-off-by: Junio C Hamano <junkio@cox.net>
Diffstat (limited to 'Documentation')
-rw-r--r--Documentation/git-add.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/git-add.txt b/Documentation/git-add.txt
index b73a99d..755d718 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.