summaryrefslogtreecommitdiff
path: root/Documentation/git-add.txt
diff options
context:
space:
mode:
authorPaul Bolle <pebolle@tiscali.nl>2009-08-11 13:03:10 (GMT)
committerJunio C Hamano <gitster@pobox.com>2009-08-12 23:15:47 (GMT)
commite89df7dcda9836518a68cce27231625f90d94749 (patch)
tree51a5ceca7d52989fef4c6db4ddb921de57dccfda /Documentation/git-add.txt
parente532e7b08f3de1a590db909c2c93532c2a39e9ae (diff)
downloadgit-e89df7dcda9836518a68cce27231625f90d94749.zip
git-e89df7dcda9836518a68cce27231625f90d94749.tar.gz
git-e89df7dcda9836518a68cce27231625f90d94749.tar.bz2
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>
Diffstat (limited to 'Documentation/git-add.txt')
-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 ab1943c..e67b7e8 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
-----------