Release: Babeltrace 2.0.4 "Amqui"
[babeltrace.git] / doc / man / babeltrace2-help.1.txt
CommitLineData
2facbdc3 1= babeltrace2-help(1)
838dd456 2:manpagetype: command
2facbdc3 3:revdate: 14 September 2019
838dd456
PP
4
5
2facbdc3
PP
6== NAME
7
8babeltrace2-help - Get help for a Babeltrace 2 plugin or component class
9
10
11== SYNOPSIS
12
13Get help for a Babeltrace~2 plugin:
14
15[verse]
16*babeltrace2* [<<gen-opts,'GENERAL OPTIONS'>>] *help* 'PLUGIN-NAME'
838dd456 17
2facbdc3 18Get help for a Babeltrace~2 component class:
838dd456 19
838dd456 20[verse]
2facbdc3
PP
21*babeltrace2* [<<gen-opts,'GENERAL OPTIONS'>>] *help*
22 'COMP-CLS-TYPE'.'PLUGIN-NAME'.'COMP-CLS-NAME'
838dd456
PP
23
24
2facbdc3 25== DESCRIPTION
838dd456 26
2facbdc3
PP
27The `help` command prints the details and help text of either the
28Babeltrace~2 plugin named 'PLUGIN-NAME' or the specific component
29class of type 'COMP-CLS-TYPE' named 'COMP-CLS-NAME' found in the plugin
30named 'PLUGIN-NAME'.
838dd456 31
2facbdc3 32include::common-see-babeltrace2-intro.txt[]
838dd456 33
2facbdc3
PP
34The available values for 'COMP-CLS-TYPE' are:
35
36`source`::
37`src`::
838dd456
PP
38 Source component class.
39
2facbdc3
PP
40`filter`::
41`flt`::
838dd456
PP
42 Filter component class.
43
44`sink`::
45 Sink component class.
46
2facbdc3 47See <<examples,``EXAMPLES''>> for usage examples.
838dd456 48
838dd456 49
2facbdc3 50== OPTIONS
838dd456 51
838dd456
PP
52include::common-gen-options.txt[]
53
838dd456
PP
54include::common-cmd-info-options.txt[]
55
56
57[[examples]]
2facbdc3
PP
58== EXAMPLES
59
838dd456
PP
60.Get help for a plugin and all its component classes.
61====
62[role="term"]
63----
2facbdc3 64$ babeltrace2 help ctf
838dd456
PP
65----
66====
67
68.Get help for a specific plugin's source component class.
69====
70[role="term"]
71----
2facbdc3 72$ babeltrace2 help source.ctf.fs
838dd456
PP
73----
74====
75
76.Get help for a specific plugin's sink component class.
77====
78[role="term"]
79----
2facbdc3 80$ babeltrace2 help sink.text.pretty
838dd456
PP
81----
82====
83
84
85include::common-cli-env.txt[]
86
2facbdc3 87
838dd456
PP
88include::common-cli-files.txt[]
89
2facbdc3 90
838dd456
PP
91include::common-cmd-footer.txt[]
92
93
2facbdc3
PP
94== SEE ALSO
95
96man:babeltrace2-intro(7),
c1f82f3b
MJ
97man:babeltrace2(1),
98man:babeltrace2-list-plugins(1)
This page took 0.048356 seconds and 4 git commands to generate.