Skip to content

Commit ce8e4e3

Browse files
committed
Merge branch 'ak/doc-add-v-n-options'
* ak/doc-add-v-n-options: Documentation: list long options for -v and -n
2 parents d62078e + a2681d2 commit ce8e4e3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Documentation/git-add.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ git-add - Add file contents to the index
88
SYNOPSIS
99
--------
1010
[verse]
11-
'git add' [-n] [-v] [--force | -f] [--interactive | -i] [--patch | -p]
11+
'git add' [--verbose | -v] [--dry-run | -n] [--force | -f] [--interactive | -i] [--patch | -p]
1212
[--edit | -e] [--[no-]all | --[no-]ignore-removal | [--update | -u]]
1313
[--intent-to-add | -N] [--refresh] [--ignore-errors] [--ignore-missing]
1414
[--] [<pathspec>...]

0 commit comments

Comments
 (0)