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