pass --clock-gmt option to the trimmer if enabled
[babeltrace.git] / cli / babeltrace-cfg-cli-args.c
index 65334db67da4b501ce348fa60701722c50813427..e910b690b8b934e805c8b0f6aacbcd15dbaeceec 100644 (file)
@@ -4099,6 +4099,8 @@ struct bt_config *bt_config_convert_from_args(int argc, const char *argv[],
                case OPT_CLOCK_GMT:
                        append_implicit_component_param(
                                &implicit_text_args, "clock-gmt", "yes");
+                       append_implicit_component_param(
+                               &implicit_trimmer_args, "clock-gmt", "yes");
                        implicit_text_args.exists = true;
                        break;
                case OPT_CLOCK_OFFSET:
This page took 0.024222 seconds and 4 git commands to generate.