summaryrefslogtreecommitdiffstats
path: root/git-add.txt
diff options
context:
space:
mode:
authorJunio C Hamano <junio@hera.kernel.org>2007-01-17 20:25:16 +0000
committerJunio C Hamano <junio@hera.kernel.org>2007-01-17 20:25:16 +0000
commit4f9a60570b88fc1b9076ae2f5cfecf43bce0c87c (patch)
treece11ed05ae8faa63eca579f875eb2c188491e3f9 /git-add.txt
parentf9771f69968326f60eaa1b69efe27a302998c755 (diff)
downloadgit-htmldocs-4f9a60570b88fc1b9076ae2f5cfecf43bce0c87c.tar.gz
Autogenerated HTML docs for v1.5.0-rc1-g556b
Diffstat (limited to 'git-add.txt')
-rw-r--r--git-add.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/git-add.txt b/git-add.txt
index a5051aad6..b73a99d61 100644
--- a/git-add.txt
+++ b/git-add.txt
@@ -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.