tests: make UUIDs under data/ctf-traces/intersection unique
[babeltrace.git] / doc / man / babeltrace2-help.1.txt
CommitLineData
a8be4294 1babeltrace2-help(1)
0659f3af
PP
2==================
3:manpagetype: command
4:revdate: 5 October 2017
5
6
7NAME
8----
a8be4294 9babeltrace2-help - Get help for a Babeltrace plugin or component class
0659f3af
PP
10
11
12SYNOPSIS
13--------
14[verse]
a8be4294 15*babeltrace2 help* ['GENERAL OPTIONS'] [opt:--omit-home-plugin-path]
0659f3af
PP
16 [opt:--omit-system-plugin-path]
17 [opt:--plugin-path='PATH'[:__PATH__]...]
18 ('PLUGIN' | 'TYPE.PLUGIN.COMPCLS')
19
20
21DESCRIPTION
22-----------
23The `help` command prints the details and help text of either the plugin
24'PLUGIN' or the specific component class 'TYPE.PLUGIN.COMPCLS'.
25
a8be4294 26See man:babeltrace2-intro(7) to learn more about the Babeltrace
0659f3af
PP
27project and its core concepts.
28
29The available values for 'TYPE' are:
30
31`source` or `src`::
32 Source component class.
33
34`filter` or `flt`::
35 Filter component class.
36
37`sink`::
38 Sink component class.
39
40See <<examples,EXAMPLES>> for usage examples.
41
42
43include::common-cmd-plugin-path.txt[]
44
45
46OPTIONS
47-------
48include::common-gen-options.txt[]
49
50include::common-plugin-path-options.txt[]
51
52include::common-cmd-info-options.txt[]
53
54
55[[examples]]
56EXAMPLES
57--------
58.Get help for a plugin and all its component classes.
59====
60[role="term"]
61----
a8be4294 62$ babeltrace2 help my-plugin
0659f3af
PP
63----
64====
65
66.Get help for a specific plugin's source component class.
67====
68[role="term"]
69----
a8be4294 70$ babeltrace2 help src.my-plugin.my-source
0659f3af
PP
71----
72====
73
74.Get help for a specific plugin's sink component class.
75====
76[role="term"]
77----
a8be4294 78$ babeltrace2 help sink.my-plugin.my-sink
0659f3af
PP
79----
80====
81
82
83include::common-cli-env.txt[]
84
85include::common-cli-files.txt[]
86
87include::common-cmd-footer.txt[]
88
89
90SEE ALSO
91--------
a8be4294
MJ
92man:babeltrace2(1),
93man:babeltrace2-list-plugins(1)
94man:babeltrace2-intro(7)
This page took 0.038334 seconds and 4 git commands to generate.