diff options
author | Uwe Kleine-König <u.kleine-koenig@pengutronix.de> | 2009-04-28 22:29:24 +0200 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2009-04-29 16:50:10 -0700 |
commit | 2163e3f7786f56d5aaf9eadea6776bb0e38b30a4 (patch) | |
tree | 4ffd17cc52412cd1b5424a67d325c16d1359a3ae | |
parent | Rename core.unreliableHardlinks to core.createObject (diff) | |
download | tgif-2163e3f7786f56d5aaf9eadea6776bb0e38b30a4.tar.xz |
parseopt: fix documentation for --keep-dashdash
Signed-off-by: Uwe Kleine-König <u.kleine-koenig@pengutronix.de>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
-rw-r--r-- | Documentation/git-rev-parse.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/git-rev-parse.txt b/Documentation/git-rev-parse.txt index fba30b12ed..52c353e674 100644 --- a/Documentation/git-rev-parse.txt +++ b/Documentation/git-rev-parse.txt @@ -26,7 +26,7 @@ OPTIONS --parseopt:: Use 'git-rev-parse' in option parsing mode (see PARSEOPT section below). ---keep-dash-dash:: +--keep-dashdash:: Only meaningful in `--parseopt` mode. Tells the option parser to echo out the first `--` met instead of skipping it. |