Skip to content

Commit

Permalink
Documentation: add: <filepattern>... is optional
Browse files Browse the repository at this point in the history
<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 <pebolle@tiscali.nl>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
  • Loading branch information
Paul Bolle authored and Junio C Hamano committed Aug 12, 2009
1 parent e532e7b commit e89df7d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Documentation/git-add.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ SYNOPSIS
[verse]
'git add' [-n] [-v] [--force | -f] [--interactive | -i] [--patch | -p]
[--edit | -e] [--all | [--update | -u]] [--intent-to-add | -N]
[--refresh] [--ignore-errors] [--] <filepattern>...
[--refresh] [--ignore-errors] [--] [<filepattern>...]

DESCRIPTION
-----------
Expand Down

0 comments on commit e89df7d

Please sign in to comment.