lib: rename include dir to babeltrace2
[babeltrace.git] / doc / man / babeltrace-help.1.txt
CommitLineData
0659f3af
PP
1babeltrace-help(1)
2==================
3:manpagetype: command
4:revdate: 5 October 2017
5
6
7NAME
8----
9babeltrace-help - Get help for a Babeltrace plugin or component class
10
11
12SYNOPSIS
13--------
14[verse]
15*babeltrace help* ['GENERAL OPTIONS'] [opt:--omit-home-plugin-path]
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
26See man:babeltrace-intro(7) to learn more about the Babeltrace
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----
62$ babeltrace help my-plugin
63----
64====
65
66.Get help for a specific plugin's source component class.
67====
68[role="term"]
69----
70$ babeltrace help src.my-plugin.my-source
71----
72====
73
74.Get help for a specific plugin's sink component class.
75====
76[role="term"]
77----
78$ babeltrace help sink.my-plugin.my-sink
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--------
92man:babeltrace(1),
93man:babeltrace-list-plugins(1)
94man:babeltrace-intro(7)
This page took 0.031018 seconds and 4 git commands to generate.