From d65fdc9c5dbb44b60f841352699acbe54de37b95 Mon Sep 17 00:00:00 2001 From: Alex Henrie Date: Wed, 7 Sep 2016 22:33:08 -0600 Subject: 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 Signed-off-by: Junio C Hamano diff --git a/builtin/am.c b/builtin/am.c index 739b34d..9e2ae5c 100644 --- a/builtin/am.c +++ b/builtin/am.c @@ -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 [] [(|)...]"), + N_("git am [] [( | )...]"), N_("git am [] (--continue | --skip | --abort)"), NULL }; -- cgit v0.10.2-6-g49f6