cli: fix typo in error message
authorSimon Marchi <simon.marchi@efficios.com>
Fri, 5 Jul 2019 17:31:44 +0000 (13:31 -0400)
committerPhilippe Proulx <eeppeliteloop@gmail.com>
Fri, 5 Jul 2019 20:49:29 +0000 (16:49 -0400)
The lttng-live component can be used with the --input-format switch, not
--output-format.

Change-Id: I6217d52756373f5db3a123bb2aeb209a8c6789c8
Signed-off-by: Simon Marchi <simon.marchi@efficios.com>
Reviewed-on: https://review.lttng.org/c/babeltrace/+/1639
Reviewed-by: Philippe Proulx <eeppeliteloop@gmail.com>
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.029482 seconds and 4 git commands to generate.