summaryrefslogtreecommitdiff
path: root/Documentation/git-rev-parse.txt
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2018-06-01 06:06:39 (GMT)
committerJunio C Hamano <gitster@pobox.com>2018-06-01 06:06:39 (GMT)
commit7659bda0f3be83620ee8d8b7326be3dd2b53e2ae (patch)
tree5bf2326a2641f3b6eab30452461b3f857ad269e2 /Documentation/git-rev-parse.txt
parent7cb4a974d339d774cb439b3d8c8f41f1ca584e6f (diff)
parentde613050efec781e8380a0267879a25b2d489513 (diff)
downloadgit-7659bda0f3be83620ee8d8b7326be3dd2b53e2ae.zip
git-7659bda0f3be83620ee8d8b7326be3dd2b53e2ae.tar.gz
git-7659bda0f3be83620ee8d8b7326be3dd2b53e2ae.tar.bz2
Merge branch 'rd/doc-options-placeholder'
Docfix. * rd/doc-options-placeholder: Use proper syntax for replaceables in command docs
Diffstat (limited to 'Documentation/git-rev-parse.txt')
-rw-r--r--Documentation/git-rev-parse.txt6
1 files changed, 3 insertions, 3 deletions
diff --git a/Documentation/git-rev-parse.txt b/Documentation/git-rev-parse.txt
index 95326b8..e72d332 100644
--- a/Documentation/git-rev-parse.txt
+++ b/Documentation/git-rev-parse.txt
@@ -9,7 +9,7 @@ git-rev-parse - Pick out and massage parameters
SYNOPSIS
--------
[verse]
-'git rev-parse' [ --option ] <args>...
+'git rev-parse' [<options>] <args>...
DESCRIPTION
-----------
@@ -360,7 +360,7 @@ Example
------------
OPTS_SPEC="\
-some-command [options] <args>...
+some-command [<options>] <args>...
some-command does foo and bar!
--
@@ -385,7 +385,7 @@ When `"$@"` is `-h` or `--help` in the above example, the following
usage text would be shown:
------------
-usage: some-command [options] <args>...
+usage: some-command [<options>] <args>...
some-command does foo and bar!