summaryrefslogtreecommitdiffstats
path: root/git-add.txt
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2015-01-14 14:01:34 -0800
committerJunio C Hamano <gitster@pobox.com>2015-01-14 14:01:34 -0800
commite8acc8e653f506bde001386e7a7b2523b85b6aac (patch)
tree4c28ea3b7b82c171b41c416f2d2a2a8d0636b910 /git-add.txt
parent629edffc595fbc63ec34137cf469c03566f878e5 (diff)
downloadgit-htmldocs-e8acc8e653f506bde001386e7a7b2523b85b6aac.tar.gz
Autogenerated HTML docs for v2.3.0-rc0-42-g563d4
Diffstat (limited to 'git-add.txt')
-rw-r--r--git-add.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/git-add.txt b/git-add.txt
index 963152611..1c74907dd 100644
--- a/git-add.txt
+++ b/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>...]