diff options
author | Alexander Kuleshov <kuleshovmail@gmail.com> | 2015-01-09 13:48:40 +0600 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2015-01-09 16:23:41 -0800 |
commit | a2681d2bacaf01cb769363ada8fd87507ee7b08f (patch) | |
tree | de8cdacdf1b9f6fb54becd4518ef4256c880c33d /Documentation | |
parent | 7ba46269a04de20032bd2dd614be6290cd65caab (diff) | |
download | git-a2681d2bacaf01cb769363ada8fd87507ee7b08f.tar.gz git-a2681d2bacaf01cb769363ada8fd87507ee7b08f.tar.xz |
Documentation: list long options for -v and -n
Signed-off-by: Alexander Kuleshov <kuleshovmail@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'Documentation')
-rw-r--r-- | Documentation/git-add.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/git-add.txt b/Documentation/git-add.txt index 963152611..1c74907dd 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] [--] [<pathspec>...] |