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)
committerPhilippe Proulx <eeppeliteloop@gmail.com>
Fri, 2 Aug 2019 15:46:54 +0000 (11:46 -0400)
commit453b777b566c7397f45689aa039f25cced5bad5b
tree247856f241a572cfb10b31efcfd4d536f130b4b9
parent916d0d910ad5407bc7826505aa05b277f5739a34
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.026954 seconds and 4 git commands to generate.