Andrew's git
/
gitweb.git
/ diff
summary
|
log
|
commit
| diff |
tree
commit
grep
author
committer
pickaxe
?
re
reflog: remove 'show' from 'expire's usage string
author
SZEDER Gábor
<szeder@ira.uka.de>
Mon, 19 Apr 2010 09:52:30 +0000
(11:52 +0200)
committer
Junio 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
patch
|
blob
|
history
raw
|
patch
| inline |
side by side
(parent:
8165952
)
diff --git
a/builtin-reflog.c
b/builtin-reflog.c
index 64e45bd8137bef2b6cfe1f8a3da79e2ff6f8fc47..bd7880dc04830253daae932ba534f02db85f6d2a 100644
(file)
--- a/
builtin-reflog.c
+++ b/
builtin-reflog.c
@@
-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>...";