Skip to content

Commit e89df7d

Browse files
pebollegitster
authored andcommitted
Documentation: add: <filepattern>... is optional
<filepattern>... is optional (e.g. when the --all or --update options are used) so use square brackets in the synopsis. Signed-off-by: Paul Bolle <[email protected]> Signed-off-by: Junio C Hamano <[email protected]>
1 parent e532e7b commit e89df7d

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
@@ -10,7 +10,7 @@ SYNOPSIS
1010
[verse]
1111
'git add' [-n] [-v] [--force | -f] [--interactive | -i] [--patch | -p]
1212
[--edit | -e] [--all | [--update | -u]] [--intent-to-add | -N]
13-
[--refresh] [--ignore-errors] [--] <filepattern>...
13+
[--refresh] [--ignore-errors] [--] [<filepattern>...]
1414

1515
DESCRIPTION
1616
-----------

0 commit comments

Comments
 (0)