cli: fix typo in error message
[babeltrace.git] / src / cli / babeltrace2-cfg-cli-args.c
index 3b76322f40c39f2d9a4b76500a09f368589a41dd..ca7694e01b8702a92bae0579d744dcf7e49738d8 100644 (file)
@@ -4566,7 +4566,7 @@ struct bt_config *bt_config_convert_from_args(int argc, const char *argv[],
                        const bt_value *bt_val_leftover;
 
                        if (bt_value_array_get_size(leftovers) > 1) {
-                               printf_err("Too many URLs specified for --output-format=lttng-live\n");
+                               printf_err("Too many URLs specified for --input-format=lttng-live\n");
                                goto error;
                        }
 
This page took 0.024048 seconds and 4 git commands to generate.