Skip to content

Commit d96a031

Browse files
ralfthgitster
authored andcommitted
am, credential-cache: add angle brackets to usage string
Signed-off-by: Ralf Thielow <[email protected]> Signed-off-by: Junio C Hamano <[email protected]>
1 parent 22f698c commit d96a031

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

builtin/am.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2218,8 +2218,8 @@ int cmd_am(int argc, const char **argv, const char *prefix)
22182218
int in_progress;
22192219

22202220
const char * const usage[] = {
2221-
N_("git am [options] [(<mbox>|<Maildir>)...]"),
2222-
N_("git am [options] (--continue | --skip | --abort)"),
2221+
N_("git am [<options>] [(<mbox>|<Maildir>)...]"),
2222+
N_("git am [<options>] (--continue | --skip | --abort)"),
22232223
NULL
22242224
};
22252225

credential-cache.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ int main(int argc, const char **argv)
8888
int timeout = 900;
8989
const char *op;
9090
const char * const usage[] = {
91-
"git credential-cache [options] <action>",
91+
"git credential-cache [<options>] <action>",
9292
NULL
9393
};
9494
struct option options[] = {

0 commit comments

Comments
 (0)