From: Alexander Kuleshov Date: Fri, 9 Jan 2015 07:48:40 +0000 (+0600) Subject: Documentation: list long options for -v and -n X-Git-Tag: v2.3.0-rc1~11^2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=a2681d2bacaf01cb769363ada8fd87507ee7b08f;p=thirdparty%2Fgit.git Documentation: list long options for -v and -n Signed-off-by: Alexander Kuleshov Signed-off-by: Junio C Hamano --- diff --git a/Documentation/git-add.txt b/Documentation/git-add.txt index 9631526110..1c74907dd4 100644 --- a/Documentation/git-add.txt +++ b/Documentation/git-add.txt @@ -8,7 +8,7 @@ git-add - Add file contents to the index SYNOPSIS -------- [verse] -'git add' [-n] [-v] [--force | -f] [--interactive | -i] [--patch | -p] +'git add' [--verbose | -v] [--dry-run | -n] [--force | -f] [--interactive | -i] [--patch | -p] [--edit | -e] [--[no-]all | --[no-]ignore-removal | [--update | -u]] [--intent-to-add | -N] [--refresh] [--ignore-errors] [--ignore-missing] [--] [...]