X-Git-Url: https://git.lttng.org/?a=blobdiff_plain;f=doc%2Fman%2Flttng-save.1.txt;h=ae2b9424a67b1b31051ed298624823fb8912ca72;hb=163734a6cc54ec2abd0edbd7bd58d50cc1a35041;hp=36ef1d673f77edacf0653caa80da652b230e4597;hpb=af1c4164dd7bad940a84c29c2b429d76e3fc0e33;p=lttng-tools.git diff --git a/doc/man/lttng-save.1.txt b/doc/man/lttng-save.1.txt index 36ef1d673..ae2b9424a 100644 --- a/doc/man/lttng-save.1.txt +++ b/doc/man/lttng-save.1.txt @@ -1,6 +1,6 @@ lttng-save(1) ============= -:revdate: 3 May 2021 +:revdate: 12 May 2021 NAME @@ -11,7 +11,8 @@ lttng-save - Save LTTng tracing session configurations SYNOPSIS -------- [verse] -*lttng* ['linkgenoptions:(GENERAL OPTIONS)'] *save* [option:--force] [option:--output-path='DIR'] ['SESSION'] +*lttng* ['linkgenoptions:(GENERAL OPTIONS)'] *save* [option:--force] [option:--output-path='DIR'] + [option:--all | 'SESSION'] DESCRIPTION @@ -22,9 +23,10 @@ With the 'SESSION' argument:: The tracing session named 'SESSION'. Without the 'SESSION' argument:: - *All* the tracing sessions of the connected session daemon for your - Unix user, or for all users if your Unix user is `root`, as listed - in the output of `lttng list` (see man:lttng-list(1)). + Implicit option:--all option: *all* the tracing sessions of the + connected session daemon for your Unix user, or for all users if + your Unix user is `root`, as listed in the output of `lttng list` + (see man:lttng-list(1)). + See the ``Session daemon connection'' section of man:lttng(1) to learn how a user application connects to a session daemon. @@ -50,7 +52,7 @@ to overwrite existing tracing session configuration files with the option:--force option. -include::common-cmd-options-head.txt[] +include::common-lttng-cmd-options-head.txt[] option:-a, option:--all:: @@ -69,10 +71,13 @@ option:-o 'DIR', option:--output-path='DIR':: `$HOME`). -include::common-cmd-help-options.txt[] +include::common-lttng-cmd-help-options.txt[] -include::common-cmd-footer.txt[] +include::common-lttng-cmd-after-options.txt[] + + +include::common-footer.txt[] SEE ALSO