Merge branch 'ah/usage-strings'
A few usage string updates. * ah/usage-strings: blame, log: format usage strings similarly to those in documentation
This commit is contained in:
commit
6e0ac8e45f
@ -27,7 +27,7 @@
|
||||
#include "line-range.h"
|
||||
#include "line-log.h"
|
||||
|
||||
static char blame_usage[] = N_("git blame [<options>] [<rev-opts>] [<rev>] [--] file");
|
||||
static char blame_usage[] = N_("git blame [<options>] [<rev-opts>] [<rev>] [--] <file>");
|
||||
|
||||
static const char *blame_opt_usage[] = {
|
||||
blame_usage,
|
||||
|
@ -38,7 +38,7 @@ static const char *fmt_patch_subject_prefix = "PATCH";
|
||||
static const char *fmt_pretty;
|
||||
|
||||
static const char * const builtin_log_usage[] = {
|
||||
N_("git log [<options>] [<revision range>] [[--] <path>...]"),
|
||||
N_("git log [<options>] [<revision-range>] [[--] <path>...]"),
|
||||
N_("git show [<options>] <object>..."),
|
||||
NULL
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user