Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
Merge branch 'nd/misc-cleanups'
[gitweb.git]
/
builtin
/
name-rev.c
diff --git
a/builtin/name-rev.c
b/builtin/name-rev.c
index e8862b5de2e263ca0e1ccee8c69b3881816f41c5..1b374583c2751801dfae1d0d1861d28f81c7ad7b 100644
(file)
--- a/
builtin/name-rev.c
+++ b/
builtin/name-rev.c
@@
-172,7
+172,9
@@
static void show_name(const struct object *obj,
}
static char const * const name_rev_usage[] = {
- "git name-rev [options] ( --all | --stdin | <commit>... )",
+ "git name-rev [options] <commit>...",
+ "git name-rev [options] --all",
+ "git name-rev [options] --stdin",
NULL
};