am, credential-cache: add angle brackets to usage string
authorRalf Thielow <ralf.thielow@gmail.com>
Fri, 16 Oct 2015 17:09:57 +0000 (19:09 +0200)
committerJunio C Hamano <gitster@pobox.com>
Fri, 16 Oct 2015 17:43:41 +0000 (10:43 -0700)
Signed-off-by: Ralf Thielow <ralf.thielow@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
builtin/am.c
credential-cache.c
index 4f77e07b9549f8ff144d770fb0b66e9124ae4dc6..98992cd013bd5a2eecdfc2425139e648e22cd89e 100644 (file)
@@ -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
        };
 
index 8689a1519a5635a1d92e9e4106936b4159d2e106..f4afdc6988c32cd95769dee488f8495b8a6ce5b6 100644 (file)
@@ -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[] = {