am: put spaces around pipe in usage string
authorAlex Henrie <alexhenrie24@gmail.com>
Thu, 8 Sep 2016 04:33:08 +0000 (22:33 -0600)
committerJunio C Hamano <gitster@pobox.com>
Thu, 8 Sep 2016 19:13:28 +0000 (12:13 -0700)
This makes the style a little more consistent with other usage strings,
and will resolve a warning at
https://www.softcatala.org/recursos/quality/git.html

Signed-off-by: Alex Henrie <alexhenrie24@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
builtin/am.c
index 739b34dcf25a1355246bed436ec7fdb4723d7ca7..9e2ae5cba40ece7fa8c489a18ba610ab2f4f6e2f 100644 (file)
@@ -2222,7 +2222,7 @@ 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>] [(<mbox> | <Maildir>)...]"),
                N_("git am [<options>] (--continue | --skip | --abort)"),
                NULL
        };