Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
am, credential-cache: add angle brackets to usage string
Signed-off-by: Ralf Thielow <ralf.thielow@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
  • Loading branch information
Ralf Thielow authored and Junio C Hamano committed Oct 16, 2015
1 parent 22f698c commit d96a031
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions builtin/am.c
Expand Up @@ -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
};

Expand Down
2 changes: 1 addition & 1 deletion credential-cache.c
Expand Up @@ -88,7 +88,7 @@ int main(int argc, const char **argv)
int timeout = 900;
const char *op;
const char * const usage[] = {
"git credential-cache [options] <action>",
"git credential-cache [<options>] <action>",
NULL
};
struct option options[] = {
Expand Down

0 comments on commit d96a031

Please sign in to comment.