doc/man: create lttng-help(1) and update/fix content
[lttng-tools.git] / doc / man / lttng-help.1.txt
CommitLineData
afaad15a
PP
1lttng-help(1)
2=============
3
4
5NAME
6----
7lttng-help - Display help information about an LTTng command
8
9
10SYNOPSIS
11--------
12[verse]
13*lttng* ['GENERAL OPTIONS'] *help* ['COMMAND']
14
15
16DESCRIPTION
17-----------
18The `lttng help` command displays help information about an LTTng
19command.
20
21This command is the equivalent of:
22
23--------------------
24lttng COMMAND --help
25--------------------
26
27where `COMMAND` is the name of the command about which to get help. If
28'COMMAND' is omitted, `lttng help` shows general help about the
29linklttng:lttng(1) command.
30
31The `lttng help` command attempts to launch `/usr/bin/man` to view
32the command's man page. The path to the man pager can be overridden
33by the `LTTNG_MAN_BIN_PATH` environment variable.
34
35
36include::common-cmd-options-head.txt[]
37
38
39include::common-cmd-help-options.txt[]
40
41
42include::common-cmd-footer.txt[]
43
44
45SEE ALSO
46--------
47linklttng:lttng(1)
This page took 0.023491 seconds and 4 git commands to generate.