diff options
author | Junio C Hamano <gitster@pobox.com> | 2015-01-14 12:37:13 -0800 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2015-01-14 12:37:14 -0800 |
commit | ce8e4e3e579c3516f843822c30c68f5218b61d4b (patch) | |
tree | 94ef0c1dbc6c7ab797d9991fdcb0403a9f8c5699 | |
parent | Merge branch 'ak/show-branch-usage-string' (diff) | |
parent | Documentation: list long options for -v and -n (diff) | |
download | tgif-ce8e4e3e579c3516f843822c30c68f5218b61d4b.tar.xz |
Merge branch 'ak/doc-add-v-n-options'
* ak/doc-add-v-n-options:
Documentation: list long options for -v and -n
-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 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] [--] [<pathspec>...] |