]> git.ipfire.org Git - thirdparty/git.git/commitdiff
git add: Add --ignore-missing to SYNOPSIS
authorÆvar Arnfjörð Bjarmason <avarab@gmail.com>
Sat, 17 Jul 2010 15:33:15 +0000 (15:33 +0000)
committerJunio C Hamano <gitster@pobox.com>
Mon, 19 Jul 2010 18:11:46 +0000 (11:11 -0700)
All the git add options were listed in the synopsis until the
--ignore-missing option was added. Change that so that the git add
documentation now has the complete listing.

Signed-off-by: Ævar Arnfjörð Bjarmason <avarab@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Documentation/git-add.txt

index bfea2c2d62ca7112fca8d8e78f2bc71503d2a889..e22a62f06592c7d233fc06da022962cae59d105a 100644 (file)
@@ -10,7 +10,8 @@ SYNOPSIS
 [verse]
 'git add' [-n] [-v] [--force | -f] [--interactive | -i] [--patch | -p]
          [--edit | -e] [--all | [--update | -u]] [--intent-to-add | -N]
-         [--refresh] [--ignore-errors] [--] [<filepattern>...]
+         [--refresh] [--ignore-errors] [--ignore-missing] [--]
+         [<filepattern>...]
 
 DESCRIPTION
 -----------