OSDN Git Service

Documentation: list long options for -v and -n
authorAlexander Kuleshov <kuleshovmail@gmail.com>
Fri, 9 Jan 2015 07:48:40 +0000 (13:48 +0600)
committerJunio C Hamano <gitster@pobox.com>
Sat, 10 Jan 2015 00:23:41 +0000 (16:23 -0800)
Signed-off-by: Alexander Kuleshov <kuleshovmail@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Documentation/git-add.txt

index 9631526..1c74907 100644 (file)
@@ -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>...]