From: Uwe Kleine-König Date: Tue, 28 Apr 2009 20:29:24 +0000 (+0200) Subject: parseopt: fix documentation for --keep-dashdash X-Git-Tag: v1.6.3-rc4~10 X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=2163e3f7786f56d5aaf9eadea6776bb0e38b30a4;p=git.git parseopt: fix documentation for --keep-dashdash Signed-off-by: Uwe Kleine-König Signed-off-by: Junio C Hamano --- diff --git a/Documentation/git-rev-parse.txt b/Documentation/git-rev-parse.txt index fba30b12e..52c353e67 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.