Skip to content

Commit 7ce32f7

Browse files
committed
Merge branch 'jc/rebase-in-c-5-test-typofix'
Typofix. * jc/rebase-in-c-5-test-typofix: rebase: fix typoes in error messages
2 parents ee5e904 + f240918 commit 7ce32f7

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
@@ -1216,15 +1216,15 @@ int cmd_rebase(int argc, const char **argv, const char *prefix)
12161216
* git-rebase.txt caveats with "unless you know what you are doing"
12171217
*/
12181218
if (options.rebase_merges)
1219-
die(_("error: cannot combine '--preserve_merges' with "
1219+
die(_("error: cannot combine '--preserve-merges' with "
12201220
"'--rebase-merges'"));
12211221

12221222
if (options.rebase_merges) {
12231223
if (strategy_options.nr)
1224-
die(_("error: cannot combine '--rebase_merges' with "
1224+
die(_("error: cannot combine '--rebase-merges' with "
12251225
"'--strategy-option'"));
12261226
if (options.strategy)
1227-
die(_("error: cannot combine '--rebase_merges' with "
1227+
die(_("error: cannot combine '--rebase-merges' with "
12281228
"'--strategy'"));
12291229
}
12301230

0 commit comments

Comments
 (0)