Assorted typo fixes
[gitweb.git] / Documentation / git-add.txt
index a5051aad6bfdf748976430452206e40838c75ca6..b73a99d61f57c7d532bbf8dc94bf2cb167d78058 100644 (file)
@@ -7,7 +7,7 @@ git-add - Add file contents to the changeset to be committed next
 
 SYNOPSIS
 --------
-'git-add' [-n] [-v] [-f] [--interactive] [--] <file>...
+'git-add' [-n] [-v] [-f] [--interactive | -i] [--] <file>...
 
 DESCRIPTION
 -----------
@@ -52,7 +52,7 @@ OPTIONS
 -f::
        Allow adding otherwise ignored files.
 
-\--interactive::
+\i, \--interactive::
        Add modified contents in the working tree interactively to
        the index.