Merge branch 'rs/fix-arghelp'
Doc and help update. * rs/fix-arghelp: am, rebase: fix arghelp syntax of --empty
This commit is contained in:
@@ -2395,7 +2395,7 @@ int cmd_am(int argc, const char **argv, const char *prefix)
|
||||
{ OPTION_STRING, 'S', "gpg-sign", &state.sign_commit, N_("key-id"),
|
||||
N_("GPG-sign commits"),
|
||||
PARSE_OPT_OPTARG, NULL, (intptr_t) "" },
|
||||
OPT_CALLBACK_F(STOP_ON_EMPTY_COMMIT, "empty", &state.empty_type, "{stop,drop,keep}",
|
||||
OPT_CALLBACK_F(0, "empty", &state.empty_type, "(stop|drop|keep)",
|
||||
N_("how to handle empty patches"),
|
||||
PARSE_OPT_NONEG, am_option_parse_empty),
|
||||
OPT_HIDDEN_BOOL(0, "rebasing", &state.rebasing,
|
||||
|
||||
Reference in New Issue
Block a user