Skip to content

Commit d65fdc9

Browse files
alexhenriegitster
authored andcommitted
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 <[email protected]> Signed-off-by: Junio C Hamano <[email protected]>
1 parent 6ebdac1 commit d65fdc9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

builtin/am.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2222,7 +2222,7 @@ int cmd_am(int argc, const char **argv, const char *prefix)
22222222
int in_progress;
22232223

22242224
const char * const usage[] = {
2225-
N_("git am [<options>] [(<mbox>|<Maildir>)...]"),
2225+
N_("git am [<options>] [(<mbox> | <Maildir>)...]"),
22262226
N_("git am [<options>] (--continue | --skip | --abort)"),
22272227
NULL
22282228
};

0 commit comments

Comments
 (0)