Commit | Line | Data |
---|---|---|
e85eccc8 PP |
1 | lttng-version(1) |
2 | ================ | |
4605890e | 3 | :revdate: 1 May 2018 |
e85eccc8 PP |
4 | |
5 | ||
6 | NAME | |
7 | ---- | |
8 | lttng-version - Get the version of LTTng-tools | |
9 | ||
10 | ||
11 | SYNOPSIS | |
12 | -------- | |
13 | [verse] | |
ce19b9ed | 14 | *lttng* ['linkgenoptions:(GENERAL OPTIONS)'] *version* |
e85eccc8 PP |
15 | |
16 | ||
17 | DESCRIPTION | |
18 | ----------- | |
19 | The `lttng version` command outputs the version of LTTng-tools. | |
20 | ||
640ea853 | 21 | The output of `lttng version` is broken down into the following parts: |
e85eccc8 PP |
22 | |
23 | * Major, minor, and patch numbers | |
24 | * Git commit information, if available | |
25 | * Release name with its description | |
26 | * LTTng project's website URL | |
27 | * License information | |
28 | ||
29 | ||
30 | include::common-cmd-options-head.txt[] | |
31 | ||
32 | ||
33 | include::common-cmd-help-options.txt[] | |
34 | ||
35 | ||
36 | include::common-cmd-footer.txt[] | |
37 | ||
38 | ||
39 | SEE ALSO | |
40 | -------- | |
7c1a4458 | 41 | man:lttng(1) |