aboutsummaryrefslogtreecommitdiffstats
path: root/Documentation/git-reflog.txt
diff options
context:
space:
mode:
authorÆvar Arnfjörð Bjarmason <avarab@gmail.com>2022-10-13 17:38:59 +0200
committerJunio C Hamano <gitster@pobox.com>2022-10-13 09:32:54 -0700
commitb2ca7e417ea64a1cb49d00aaf48a4e62bfd0e35b (patch)
treed0ca658d16a07c6d9889e9b7e3287b7cad316711 /Documentation/git-reflog.txt
parentf587d16471a8ce438b7d19afe6f3cdbf5a42cb63 (diff)
downloadgit-b2ca7e417ea64a1cb49d00aaf48a4e62bfd0e35b.tar.gz
doc SYNOPSIS: don't use ' for subcommands
Almost all of our documentation doesn't use "'" syntax for subcommands, but these did, let's make them consistent with the rest. Signed-off-by: Ævar Arnfjörð Bjarmason <avarab@gmail.com> Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'Documentation/git-reflog.txt')
-rw-r--r--Documentation/git-reflog.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/git-reflog.txt b/Documentation/git-reflog.txt
index db9d46edfa..0537d4645b 100644
--- a/Documentation/git-reflog.txt
+++ b/Documentation/git-reflog.txt
@@ -17,7 +17,7 @@ The command takes various subcommands, and different options
depending on the subcommand:
[verse]
-'git reflog' ['show'] [<log-options>] [<ref>]
+'git reflog' [show] [<log-options>] [<ref>]
'git reflog expire' [--expire=<time>] [--expire-unreachable=<time>]
[--rewrite] [--updateref] [--stale-fix]
[--dry-run | -n] [--verbose] [--all [--single-worktree] | <refs>...]