Browse Source

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>
maint
Matthias Kestenholz 17 years ago committed by Junio C Hamano
parent
commit
21640376a5
  1. 2
      Documentation/git-add.txt

2
Documentation/git-add.txt

@ -8,7 +8,7 @@ git-add - Add file contents to the index @@ -8,7 +8,7 @@ git-add - Add file contents to the index
SYNOPSIS
--------
[verse]
'git-add' [-n] [-v] [-f] [--interactive | -i] [-u] [--refresh]
'git-add' [-n] [-v] [-f] [--interactive | -i] [--patch | -p] [-u] [--refresh]
[--] <filepattern>...

DESCRIPTION

Loading…
Cancel
Save