]> rtime.felk.cvut.cz Git - git.git/commitdiff
reflog: remove 'show' from 'expire's usage string
authorSZEDER Gábor <szeder@ira.uka.de>
Mon, 19 Apr 2010 09:52:30 +0000 (11:52 +0200)
committerJunio C Hamano <gitster@pobox.com>
Tue, 20 Apr 2010 00:52:14 +0000 (17:52 -0700)
Most of 'expire's options are not recognized by the 'show' subcommand,
hence it errors out.

Signed-off-by: SZEDER Gábor <szeder@ira.uka.de>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
builtin-reflog.c

index 64e45bd8137bef2b6cfe1f8a3da79e2ff6f8fc47..bd7880dc04830253daae932ba534f02db85f6d2a 100644 (file)
@@ -13,7 +13,7 @@
  */
 
 static const char reflog_expire_usage[] =
-"git reflog (show|expire) [--verbose] [--dry-run] [--stale-fix] [--expire=<time>] [--expire-unreachable=<time>] [--all] <refs>...";
+"git reflog expire [--verbose] [--dry-run] [--stale-fix] [--expire=<time>] [--expire-unreachable=<time>] [--all] <refs>...";
 static const char reflog_delete_usage[] =
 "git reflog delete [--verbose] [--dry-run] [--rewrite] [--updateref] <refs>...";