From 3cfeae101042a978668bad03f3119cc6d9418265 Mon Sep 17 00:00:00 2001 From: Philippe Proulx Date: Tue, 23 May 2017 11:25:26 -0400 Subject: [PATCH] cli: --force-correlate -> utils.muxer's `ignore-absolute` parameter MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Signed-off-by: Philippe Proulx Signed-off-by: Jérémie Galarneau --- cli/babeltrace-cfg-cli-args.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cli/babeltrace-cfg-cli-args.c b/cli/babeltrace-cfg-cli-args.c index c11545177..e1208451e 100644 --- a/cli/babeltrace-cfg-cli-args.c +++ b/cli/babeltrace-cfg-cli-args.c @@ -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( -- 2.34.1