summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLibravatar Junio C Hamano <gitster@pobox.com>2017-12-06 09:23:39 -0800
committerLibravatar Junio C Hamano <gitster@pobox.com>2017-12-06 09:23:40 -0800
commit24065b827bcb96b0ca1eca8c9061f0efdde105f1 (patch)
treed4c21658f2765c110aa2506414f37c76c379c05a
parentMerge branch 'rd/man-prune-progress' (diff)
parentdoc: add missing "-n" (dry-run) option to reflog man page (diff)
downloadtgif-24065b827bcb96b0ca1eca8c9061f0efdde105f1.tar.xz
Merge branch 'rd/man-reflog-add-n'
Doc update. * rd/man-reflog-add-n: doc: add missing "-n" (dry-run) option to reflog man page
-rw-r--r--Documentation/git-reflog.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/Documentation/git-reflog.txt b/Documentation/git-reflog.txt
index 44c736f1a8..472a6808cd 100644
--- a/Documentation/git-reflog.txt
+++ b/Documentation/git-reflog.txt
@@ -20,9 +20,9 @@ depending on the subcommand:
'git reflog' ['show'] [log-options] [<ref>]
'git reflog expire' [--expire=<time>] [--expire-unreachable=<time>]
[--rewrite] [--updateref] [--stale-fix]
- [--dry-run] [--verbose] [--all | <refs>...]
+ [--dry-run | -n] [--verbose] [--all | <refs>...]
'git reflog delete' [--rewrite] [--updateref]
- [--dry-run] [--verbose] ref@\{specifier\}...
+ [--dry-run | -n] [--verbose] ref@\{specifier\}...
'git reflog exists' <ref>
Reference logs, or "reflogs", record when the tips of branches and