git add: Add --ignore-missing to SYNOPSIS

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>
This commit is contained in:
Ævar Arnfjörð Bjarmason 2010-07-17 15:33:15 +00:00 коммит произвёл Junio C Hamano
Родитель 1f74574ba2
Коммит f0e5a4b7f3
1 изменённых файлов: 2 добавлений и 1 удалений

Просмотреть файл

@ -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
-----------