From: Jonathan Rajotte Date: Wed, 15 Feb 2017 22:10:00 +0000 (-0500) Subject: 2.7, 2.8, 2.9: put session name before arguments for create command X-Git-Url: http://git.liburcu.org/?a=commitdiff_plain;h=1188f085957b54aa101a2d53d54295ad1ff9f334;p=lttng-docs.git 2.7, 2.8, 2.9: put session name before arguments for create command Signed-off-by: Jonathan Rajotte --- diff --git a/2.7/lttng-docs-2.7.txt b/2.7/lttng-docs-2.7.txt index be3fd6e..ffe5b5e 100644 --- a/2.7/lttng-docs-2.7.txt +++ b/2.7/lttng-docs-2.7.txt @@ -5150,7 +5150,7 @@ To output LTTng traces to a non-default location: -- [role="term"] ---- -lttng create --output=/tmp/some-directory my-session +lttng create my-session --output=/tmp/some-directory ---- -- @@ -6108,7 +6108,7 @@ To take a snapshot: -- [role="term"] ---- -lttng create --snapshot my-session +lttng create my-session --snapshot ---- -- + diff --git a/2.8/lttng-docs-2.8.txt b/2.8/lttng-docs-2.8.txt index d20b55d..3863c2b 100644 --- a/2.8/lttng-docs-2.8.txt +++ b/2.8/lttng-docs-2.8.txt @@ -5723,7 +5723,7 @@ To output LTTng traces to a non-default location: -- [role="term"] ---- -lttng create --output=/tmp/some-directory my-session +lttng create my-session --output=/tmp/some-directory ---- -- @@ -6721,7 +6721,7 @@ To take a snapshot: -- [role="term"] ---- -lttng create --snapshot my-session +lttng create my-session --snapshot ---- -- + diff --git a/2.9/lttng-docs-2.9.txt b/2.9/lttng-docs-2.9.txt index 27965e8..1b74bc0 100644 --- a/2.9/lttng-docs-2.9.txt +++ b/2.9/lttng-docs-2.9.txt @@ -5494,7 +5494,7 @@ To output LTTng traces to a non-default location: -- [role="term"] ---- -lttng create --output=/tmp/some-directory my-session +lttng create my-session --output=/tmp/some-directory ---- -- @@ -6506,7 +6506,7 @@ To take a snapshot: -- [role="term"] ---- -lttng create --snapshot my-session +lttng create my-session --snapshot ---- -- +