cli: remove `convert` command's --path and --url options
authorSimon Marchi <simon.marchi@efficios.com>
Tue, 30 Jul 2019 01:29:51 +0000 (21:29 -0400)
committerJérémie Galarneau <jeremie.galarneau@efficios.com>
Wed, 7 Aug 2019 18:05:20 +0000 (14:05 -0400)
commit998549155da86b207d80478fa739bfbb35271ae6
tree0dfbe6cea2cbe3aa0282d6b1944b7d42b19dedef
parent34c83b89e85abc0a2def0016c10a1027e8b9cedb
cli: remove `convert` command's --path and --url options

It was decided that these two options can be removed.  They are
shortcuts for things that can be set using --params.

The --path option, in particular, is not useful as it used to be: the
de-facto standard parameter that sources are going to accept for their
input data is no longer `path` (it is now `inputs`).

Change-Id: I023e9cdaf319d7a9d2951315ce595ce099648391
Signed-off-by: Simon Marchi <simon.marchi@efficios.com>
Reviewed-on: https://review.lttng.org/c/babeltrace/+/1804
Tested-by: jenkins <jenkins@lttng.org>
Reviewed-by: Philippe Proulx <eeppeliteloop@gmail.com>
doc/man/babeltrace2-convert.1.txt
src/cli/babeltrace2-cfg-cli-args.c
tests/cli/test_convert_args
tests/cli/test_trace_copy
This page took 0.025307 seconds and 4 git commands to generate.