summaryrefslogtreecommitdiff
path: root/Documentation/git-reflog.txt
diff options
context:
space:
mode:
authorJunio C Hamano <junkio@cox.net>2007-01-15 22:43:03 (GMT)
committerJunio C Hamano <junkio@cox.net>2007-01-15 22:43:03 (GMT)
commit15261e3b33de3b49cc0a7d1b36b8685e02931ad7 (patch)
tree49587697a38f40978868d96c63e7f63583cc2b2c /Documentation/git-reflog.txt
parent38ebbacd93eb547b3608b64a2efc60fd79e1ea85 (diff)
downloadgit-15261e3b33de3b49cc0a7d1b36b8685e02931ad7.zip
git-15261e3b33de3b49cc0a7d1b36b8685e02931ad7.tar.gz
git-15261e3b33de3b49cc0a7d1b36b8685e02931ad7.tar.bz2
git reflog expire: document --stale-fix option.
Signed-off-by: Junio C Hamano <junkio@cox.net>
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 55a24d3..1138865 100644
--- a/Documentation/git-reflog.txt
+++ b/Documentation/git-reflog.txt
@@ -9,7 +9,7 @@ git-reflog - Manage reflog information
SYNOPSIS
--------
[verse]
-'git-reflog' expire [--dry-run]
+'git-reflog' expire [--dry-run] [--stale-fix]
[--expire=<time>] [--expire-unreachable=<time>] [--all] <refs>...