summaryrefslogtreecommitdiff
path: root/Documentation
diff options
context:
space:
mode:
authorAlexander Kuleshov <kuleshovmail@gmail.com>2015-01-09 07:48:40 (GMT)
committerJunio C Hamano <gitster@pobox.com>2015-01-10 00:23:41 (GMT)
commita2681d2bacaf01cb769363ada8fd87507ee7b08f (patch)
treede8cdacdf1b9f6fb54becd4518ef4256c880c33d /Documentation
parent7ba46269a04de20032bd2dd614be6290cd65caab (diff)
downloadgit-a2681d2bacaf01cb769363ada8fd87507ee7b08f.zip
git-a2681d2bacaf01cb769363ada8fd87507ee7b08f.tar.gz
git-a2681d2bacaf01cb769363ada8fd87507ee7b08f.tar.bz2
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.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/git-add.txt b/Documentation/git-add.txt
index 9631526..1c74907 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>...]