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.lorimer.id.au/gitweb.git/diff_plain/2163e3f7786f56d5aaf9eadea6776bb0e38b30a4?ds=inline;hp=--cc parseopt: fix documentation for --keep-dashdash Signed-off-by: Uwe Kleine-König Signed-off-by: Junio C Hamano --- 2163e3f7786f56d5aaf9eadea6776bb0e38b30a4 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.