Merge branch 'rs/name-rev-usage'

* rs/name-rev-usage:
  name-rev: split usage string
maint
Junio C Hamano 2011-10-12 12:34:08 -07:00
commit 9f24152346
1 changed files with 3 additions and 1 deletions

View File

@ -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
};