Merge branch 'ah/usage-strings'
* ah/usage-strings: standardize usage info string format
This commit is contained in:
@ -39,7 +39,7 @@ static const char *fmt_pretty;
|
||||
|
||||
static const char * const builtin_log_usage[] = {
|
||||
N_("git log [<options>] [<revision range>] [[--] <path>...]"),
|
||||
N_("git show [options] <object>..."),
|
||||
N_("git show [<options>] <object>..."),
|
||||
NULL
|
||||
};
|
||||
|
||||
@ -1023,7 +1023,7 @@ static const char *set_outdir(const char *prefix, const char *output_directory)
|
||||
}
|
||||
|
||||
static const char * const builtin_format_patch_usage[] = {
|
||||
N_("git format-patch [options] [<since> | <revision range>]"),
|
||||
N_("git format-patch [<options>] [<since> | <revision-range>]"),
|
||||
NULL
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user