Skip to content

Commit

Permalink
Merge branch 'ak/doc-add-v-n-options'
Browse files Browse the repository at this point in the history
* ak/doc-add-v-n-options:
  Documentation: list long options for -v and -n
  • Loading branch information
Junio C Hamano committed Jan 14, 2015
2 parents d62078e + a2681d2 commit ce8e4e3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Documentation/git-add.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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>...]
Expand Down

0 comments on commit ce8e4e3

Please sign in to comment.