Merge branch 'ah/misc-message-fixes'
Message cleanup. * ah/misc-message-fixes: unpack-trees: do not capitalize "working" git-merge-octopus: do not capitalize "octopus" git-rebase--interactive: fix English grammar cat-file: put spaces around pipes in usage string am: put spaces around pipe in usage string
This commit is contained in:
@ -2209,7 +2209,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
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user