summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLibravatar Junio C Hamano <junkio@cox.net>2007-01-15 14:43:03 -0800
committerLibravatar Junio C Hamano <junkio@cox.net>2007-01-15 14:43:03 -0800
commit15261e3b33de3b49cc0a7d1b36b8685e02931ad7 (patch)
tree49587697a38f40978868d96c63e7f63583cc2b2c
parentMerge git://git.kernel.org/pub/scm/gitk/gitk (diff)
downloadtgif-15261e3b33de3b49cc0a7d1b36b8685e02931ad7.tar.xz
git reflog expire: document --stale-fix option.
Signed-off-by: Junio C Hamano <junkio@cox.net>
-rw-r--r--Documentation/git-reflog.txt2
-rw-r--r--builtin-reflog.c2
2 files changed, 2 insertions, 2 deletions
diff --git a/Documentation/git-reflog.txt b/Documentation/git-reflog.txt
index 55a24d3266..1138865896 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>...
diff --git a/builtin-reflog.c b/builtin-reflog.c
index 7206b7a013..62e0e96a67 100644
--- a/builtin-reflog.c
+++ b/builtin-reflog.c
@@ -13,7 +13,7 @@
*/
static const char reflog_expire_usage[] =
-"git-reflog expire [--verbose] [--dry-run] [--fix-stale] [--expire=<time>] [--expire-unreachable=<time>] [--all] <refs>...";
+"git-reflog expire [--verbose] [--dry-run] [--stale-fix] [--expire=<time>] [--expire-unreachable=<time>] [--all] <refs>...";
static unsigned long default_reflog_expire;
static unsigned long default_reflog_expire_unreachable;