We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 8a5b2e1 + 43abaaf commit fa5799cCopy full SHA for fa5799c
builtin/am.c
@@ -2303,7 +2303,8 @@ static int parse_opt_show_current_patch(const struct option *opt, const char *ar
2303
if (resume->mode == RESUME_SHOW_PATCH && new_value != resume->sub_mode)
2304
return error(_("options '%s=%s' and '%s=%s' "
2305
"cannot be used together"),
2306
- "--show-current-patch", "--show-current-patch", arg, valid_modes[resume->sub_mode]);
+ "--show-current-patch", arg,
2307
+ "--show-current-patch", valid_modes[resume->sub_mode]);
2308
2309
resume->mode = RESUME_SHOW_PATCH;
2310
resume->sub_mode = new_value;
0 commit comments