diff options
author | Ralf Thielow <ralf.thielow@gmail.com> | 2015-10-16 19:09:57 +0200 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2015-10-16 10:43:41 -0700 |
commit | d96a0313efb7133f07dfe36e3cf9d8a04365b1e1 (patch) | |
tree | 51d6f341fcb93d2d321d0ea171749677a4ce03d5 /builtin/am.c | |
parent | 22f698cb188243b313e024d618283e0293e37140 (diff) | |
download | git-d96a0313efb7133f07dfe36e3cf9d8a04365b1e1.tar.gz |
am, credential-cache: add angle brackets to usage stringrt/placeholder-in-usage
Signed-off-by: Ralf Thielow <ralf.thielow@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'builtin/am.c')
-rw-r--r-- | builtin/am.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/builtin/am.c b/builtin/am.c index 4f77e07b95..98992cd013 100644 --- a/builtin/am.c +++ b/builtin/am.c @@ -2218,8 +2218,8 @@ int cmd_am(int argc, const char **argv, const char *prefix) int in_progress; const char * const usage[] = { - N_("git am [options] [(<mbox>|<Maildir>)...]"), - N_("git am [options] (--continue | --skip | --abort)"), + N_("git am [<options>] [(<mbox>|<Maildir>)...]"), + N_("git am [<options>] (--continue | --skip | --abort)"), NULL }; |