diff options
author | Christian Schlotter <schlotter@users.sourceforge.net> | 2007-03-01 18:08:17 +0100 |
---|---|---|
committer | Junio C Hamano <junkio@cox.net> | 2007-03-01 13:26:18 -0800 |
commit | 3e4e8c03ca948e96b7f6a1730fb67034a6f942e3 (patch) | |
tree | 9e6d76185faa618450548aa112adc8e1c5ecda4e /Documentation | |
parent | 5ef1f8d4889ccf6aaea62c5d465c8ad30a41dfc2 (diff) | |
download | git-3e4e8c03ca948e96b7f6a1730fb67034a6f942e3.tar.gz git-3e4e8c03ca948e96b7f6a1730fb67034a6f942e3.tar.xz |
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.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/git-add.txt b/Documentation/git-add.txt index b73a99d61..755d7186f 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. |