File: lttng-help.1.txt

package info (click to toggle)
ltt-control 2.14.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 21,860 kB
  • sloc: cpp: 192,012; sh: 28,777; ansic: 10,960; python: 7,108; makefile: 3,520; java: 109; xml: 46
file content (51 lines) | stat: -rw-r--r-- 927 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
lttng-help(1)
=============
:revdate: 21 April 2021


NAME
----
lttng-help - Show the help of an LTTng command


SYNOPSIS
--------
[verse]
*lttng* ['linkgenoptions:(GENERAL OPTIONS)'] *help* ['COMMAND']


DESCRIPTION
-----------
The `lttng help` command shows the help of:

With the 'COMMAND' argument::
    The ++lttng{nbsp}++__COMMAND__ command.

Without the 'COMMAND' argument::
    The man:lttng(1) command itself.

The `help` command is equivalent to:

[verse]
*lttng* ['linkgenoptions:(GENERAL OPTIONS)'] ['COMMAND'] nloption:--help

The `help` command attempts to launch `/usr/bin/man` to view this the
manual page of the command. Override the manual pager path with the
`LTTNG_MAN_BIN_PATH` environment variable.


include::common-lttng-cmd-options-head.txt[]


include::common-lttng-cmd-help-options.txt[]


include::common-lttng-cmd-after-options.txt[]


include::common-footer.txt[]


SEE ALSO
--------
man:lttng(1)