babeltrace(1): add help command
authorPhilippe Proulx <eeppeliteloop@gmail.com>
Fri, 10 Feb 2017 06:12:57 +0000 (01:12 -0500)
committerJérémie Galarneau <jeremie.galarneau@efficios.com>
Sun, 28 May 2017 16:57:38 +0000 (12:57 -0400)
commit22e224622e936c4eba550405f5631c5297c165be
tree17d0e382e3ef9c07d5d9de46bb4bc606bd90118f
parent2703153bb02ccf34e8aedbacde7ed258c73630b3
babeltrace(1): add help command

The new `help` command shows all the information of a specific plugin
or of a specific component class.

The syntax to get help for a specific plugin is:

    babeltrace help PLUGIN

and for a specific component class:

    babeltrace help (--source | --filter | --sink) PLUGIN.COMPCLS

The full help of the component class (bt_component_class_get_help())
is printed when available.

Signed-off-by: Philippe Proulx <eeppeliteloop@gmail.com>
Signed-off-by: Jérémie Galarneau <jeremie.galarneau@efficios.com>
converter/babeltrace-cfg.c
converter/babeltrace-cfg.h
converter/babeltrace.c
lib/component/component-class.c
This page took 0.028928 seconds and 4 git commands to generate.