summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLibravatar Paul Bolle <pebolle@tiscali.nl>2009-08-11 15:03:10 +0200
committerLibravatar Junio C Hamano <gitster@pobox.com>2009-08-12 16:15:47 -0700
commite89df7dcda9836518a68cce27231625f90d94749 (patch)
tree51a5ceca7d52989fef4c6db4ddb921de57dccfda
parentMerge branch 'maint-1.6.3' into maint (diff)
downloadtgif-e89df7dcda9836518a68cce27231625f90d94749.tar.xz
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 <pebolle@tiscali.nl> Signed-off-by: Junio C Hamano <gitster@pobox.com>
-rw-r--r--Documentation/git-add.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/git-add.txt b/Documentation/git-add.txt
index ab1943c712..e67b7e875e 100644
--- a/Documentation/git-add.txt
+++ b/Documentation/git-add.txt
@@ -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
-----------