am: put spaces around pipe in usage string
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>
This commit is contained in:
parent
6ebdac1bab
commit
d65fdc9c5d
@ -2222,7 +2222,7 @@ int cmd_am(int argc, const char **argv, const char *prefix)
|
|||||||
int in_progress;
|
int in_progress;
|
||||||
|
|
||||||
const char * const usage[] = {
|
const char * const usage[] = {
|
||||||
N_("git am [<options>] [(<mbox>|<Maildir>)...]"),
|
N_("git am [<options>] [(<mbox> | <Maildir>)...]"),
|
||||||
N_("git am [<options>] (--continue | --skip | --abort)"),
|
N_("git am [<options>] (--continue | --skip | --abort)"),
|
||||||
NULL
|
NULL
|
||||||
};
|
};
|
||||||
|
Loading…
Reference in New Issue
Block a user