Skip to content

Commit 3c9193e

Browse files
committed
Merge branch 'jc/rebase-in-c-5-test-typofix'
2 parents 133f91c + f4edc8c commit 3c9193e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

builtin/rebase.c

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1398,15 +1398,15 @@ int cmd_rebase(int argc, const char **argv, const char *prefix)
13981398
* git-rebase.txt caveats with "unless you know what you are doing"
13991399
*/
14001400
if (options.rebase_merges)
1401-
die(_("error: cannot combine '--preserve_merges' with "
1401+
die(_("error: cannot combine '--preserve-merges' with "
14021402
"'--rebase-merges'"));
14031403

14041404
if (options.rebase_merges) {
14051405
if (strategy_options.nr)
1406-
die(_("error: cannot combine '--rebase_merges' with "
1406+
die(_("error: cannot combine '--rebase-merges' with "
14071407
"'--strategy-option'"));
14081408
if (options.strategy)
1409-
die(_("error: cannot combine '--rebase_merges' with "
1409+
die(_("error: cannot combine '--rebase-merges' with "
14101410
"'--strategy'"));
14111411
}
14121412

0 commit comments

Comments
 (0)