Skip to content

Commit 2164037

Browse files
matthiaskgitster
authored andcommitted
Documentation: add --patch option to synopsis of git-add
Signed-off-by: Matthias Kestenholz <matthias@spinlock.ch> Signed-off-by: Junio C Hamano <gitster@pobox.com>
1 parent 7a4a2e1 commit 2164037

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] [-f] [--interactive | -i] [-u] [--refresh]
11+
'git-add' [-n] [-v] [-f] [--interactive | -i] [--patch | -p] [-u] [--refresh]
1212
[--] <filepattern>...
1313

1414
DESCRIPTION

0 commit comments

Comments
 (0)