fix copytrace: set the byte order
[babeltrace.git] / cli / babeltrace-cfg-cli-args.c
index c11545177326e4a5ddac3267ae5eacdd51e65437..e1208451e9491da73a65dda24648d2c3b02c07a6 100644 (file)
@@ -4063,7 +4063,7 @@ struct bt_config *bt_config_convert_from_args(int argc, const char *argv[],
                        break;
                case OPT_CLOCK_FORCE_CORRELATE:
                        append_implicit_component_param(
-                               &implicit_muxer_args, "force-correlate", "yes");
+                               &implicit_muxer_args, "ignore-absolute", "yes");
                        break;
                case OPT_CLOCK_GMT:
                        append_implicit_component_param(
This page took 0.02345 seconds and 4 git commands to generate.