From: Paul Bolle Date: Tue, 11 Aug 2009 13:03:10 +0000 (+0200) Subject: Documentation: add: ... is optional X-Git-Tag: v1.6.4.1~12 X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=e89df7dcda9836518a68cce27231625f90d94749;p=git.git Documentation: add: ... is optional ... is optional (e.g. when the --all or --update options are used) so use square brackets in the synopsis. Signed-off-by: Paul Bolle Signed-off-by: Junio C Hamano --- diff --git a/Documentation/git-add.txt b/Documentation/git-add.txt index ab1943c71..e67b7e875 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] [--] ... + [--refresh] [--ignore-errors] [--] [...] DESCRIPTION -----------