summaryrefslogtreecommitdiff
path: root/Documentation
diff options
context:
space:
mode:
authorJari Aalto <jari.aalto@cante.net>2010-12-01 14:51:25 (GMT)
committerJunio C Hamano <gitster@pobox.com>2010-12-01 19:26:43 (GMT)
commitdc91e1b2cbb74797ad60a39d571553f9cd3419f6 (patch)
treea5a6f6eba997160e11039928d101f5e27603b430 /Documentation
parente22148f406a7a31a25ebda01d21d9a4646ce82ea (diff)
downloadgit-dc91e1b2cbb74797ad60a39d571553f9cd3419f6.zip
git-dc91e1b2cbb74797ad60a39d571553f9cd3419f6.tar.gz
git-dc91e1b2cbb74797ad60a39d571553f9cd3419f6.tar.bz2
git-commit.txt: (synopsis): move -i and -o before "--"
All options, including -i and -o, must come before "--" which is the end of options marker. Reported-by: Joey Hess <joey@kitenet.net> Signed-off-by: Jari Aalto <jari.aalto@cante.net> Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'Documentation')
-rw-r--r--Documentation/git-commit.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/Documentation/git-commit.txt b/Documentation/git-commit.txt
index 42fb1f5..ec7b577 100644
--- a/Documentation/git-commit.txt
+++ b/Documentation/git-commit.txt
@@ -11,8 +11,8 @@ SYNOPSIS
'git commit' [-a | --interactive] [-s] [-v] [-u<mode>] [--amend] [--dry-run]
[(-c | -C) <commit>] [-F <file> | -m <msg>] [--reset-author]
[--allow-empty] [--allow-empty-message] [--no-verify] [-e] [--author=<author>]
- [--date=<date>] [--cleanup=<mode>] [--status | --no-status] [--]
- [[-i | -o ]<file>...]
+ [--date=<date>] [--cleanup=<mode>] [--status | --no-status]
+ [-i | -o] [--] [<file>...]
DESCRIPTION
-----------