aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/gui_merge.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gui_merge.c b/src/gui_merge.c
index 4677ffc3..8e65df07 100644
--- a/src/gui_merge.c
+++ b/src/gui_merge.c
@@ -515,7 +515,7 @@ static GSList *partialator_command_line(const char *n_thread_str,
}
if ( !params->deltacchalf ) {
- args = g_slist_append(args, "no-deltacchalf");
+ args = g_slist_append(args, "--no-deltacchalf");
}
args = append_arg_int(args, "iterations", params->niter);