Skip to content

Commit a2681d2

Browse files
0xAXgitster
authored andcommitted
Documentation: list long options for -v and -n
Signed-off-by: Alexander Kuleshov <[email protected]> Signed-off-by: Junio C Hamano <[email protected]>
1 parent 7ba4626 commit a2681d2

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)