Merge branch 'rt/placeholder-in-usage'
A couple of commands still showed "[options]" in their usage string to note where options should come on their command line, but we spell that "[<options>]" in most places these days. * rt/placeholder-in-usage: am, credential-cache: add angle brackets to usage string
This commit is contained in:
commit
0884726b43
@ -2246,8 +2246,8 @@ int cmd_am(int argc, const char **argv, const char *prefix)
|
|||||||
int in_progress;
|
int in_progress;
|
||||||
|
|
||||||
const char * const usage[] = {
|
const char * const usage[] = {
|
||||||
N_("git am [options] [(<mbox>|<Maildir>)...]"),
|
N_("git am [<options>] [(<mbox>|<Maildir>)...]"),
|
||||||
N_("git am [options] (--continue | --skip | --abort)"),
|
N_("git am [<options>] (--continue | --skip | --abort)"),
|
||||||
NULL
|
NULL
|
||||||
};
|
};
|
||||||
|
|
||||||
|
@ -88,7 +88,7 @@ int main(int argc, const char **argv)
|
|||||||
int timeout = 900;
|
int timeout = 900;
|
||||||
const char *op;
|
const char *op;
|
||||||
const char * const usage[] = {
|
const char * const usage[] = {
|
||||||
"git credential-cache [options] <action>",
|
"git credential-cache [<options>] <action>",
|
||||||
NULL
|
NULL
|
||||||
};
|
};
|
||||||
struct option options[] = {
|
struct option options[] = {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user