Skip to content

Commit b2ca7e4

Browse files
avargitster
authored andcommitted
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 <[email protected]> Signed-off-by: Junio C Hamano <[email protected]>
1 parent f587d16 commit b2ca7e4

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Documentation/git-reflog.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ The command takes various subcommands, and different options
1717
depending on the subcommand:
1818

1919
[verse]
20-
'git reflog' ['show'] [<log-options>] [<ref>]
20+
'git reflog' [show] [<log-options>] [<ref>]
2121
'git reflog expire' [--expire=<time>] [--expire-unreachable=<time>]
2222
[--rewrite] [--updateref] [--stale-fix]
2323
[--dry-run | -n] [--verbose] [--all [--single-worktree] | <refs>...]

Documentation/git-rerere.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ git-rerere - Reuse recorded resolution of conflicted merges
88
SYNOPSIS
99
--------
1010
[verse]
11-
'git rerere' ['clear'|'forget' <pathspec>|'diff'|'remaining'|'status'|'gc']
11+
'git rerere' [clear|forget <pathspec>|diff|remaining|status|gc]
1212

1313
DESCRIPTION
1414
-----------

0 commit comments

Comments
 (0)