Tweak the documentation to reflect that git-add--interactive can now
accept multiple path parameters.
Signed-off-by: Wincent Colaiuta <redacted>
---
Documentation/git-add.txt | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/Documentation/git-add.txt b/Documentation/git-add.txt
index 4b44802..0675dbe 100644
--- a/Documentation/git-add.txt
+++ b/Documentation/git-add.txt
@@ -61,9 +61,9 @@ OPTIONS
-i, \--interactive::
Add modified contents in the working tree interactively to
- the index. If a single optional file argument is supplied the
+ the index. If optional path arguments are supplied the
initial command loop is bypassed and the 'patch' subcommand is
- invoked for the specified file. See ``Interactive mode'' below
+ invoked for each specified path. See ``Interactive mode'' below
for details.
-u::
--
1.5.3.6.867.g539b6-dirty