aboutsummaryrefslogtreecommitdiff
path: root/builtin-reflog.c
diff options
context:
space:
mode:
authorJunio C Hamano <junkio@cox.net>2007-01-15 14:43:03 -0800
committerJunio C Hamano <junkio@cox.net>2007-01-15 14:43:03 -0800
commit15261e3b33de3b49cc0a7d1b36b8685e02931ad7 (patch)
tree49587697a38f40978868d96c63e7f63583cc2b2c /builtin-reflog.c
parent38ebbacd93eb547b3608b64a2efc60fd79e1ea85 (diff)
downloadgit-15261e3b33de3b49cc0a7d1b36b8685e02931ad7.tar.gz
git-15261e3b33de3b49cc0a7d1b36b8685e02931ad7.tar.xz
git reflog expire: document --stale-fix option.
Signed-off-by: Junio C Hamano <junkio@cox.net>
Diffstat (limited to 'builtin-reflog.c')
-rw-r--r--builtin-reflog.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/builtin-reflog.c b/builtin-reflog.c
index 7206b7a01..62e0e96a6 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;