From: Jonathan Rajotte Date: Fri, 13 Jan 2017 21:23:43 +0000 (-0500) Subject: 2.7, 2.8, 2.9: put --live after session name X-Git-Url: http://git.liburcu.org/?a=commitdiff_plain;h=7a44b9ff51fd7f2e1db4645bf2b1927a802375ed;p=lttng-docs.git 2.7, 2.8, 2.9: put --live after session name "--live" have an optional argument. The session name is treated as "--live" argument returning an error. Signed-off-by: Jonathan Rajotte --- diff --git a/2.7/lttng-docs-2.7.txt b/2.7/lttng-docs-2.7.txt index c8f6848..be3fd6e 100644 --- a/2.7/lttng-docs-2.7.txt +++ b/2.7/lttng-docs-2.7.txt @@ -6042,7 +6042,7 @@ To use LTTng live: -- [role="term"] ---- -lttng create --live my-session +lttng create my-session --live ---- -- + diff --git a/2.8/lttng-docs-2.8.txt b/2.8/lttng-docs-2.8.txt index 996562e..d20b55d 100644 --- a/2.8/lttng-docs-2.8.txt +++ b/2.8/lttng-docs-2.8.txt @@ -6654,7 +6654,7 @@ To use LTTng live: -- [role="term"] ---- -lttng create --live my-session +lttng create my-session --live ---- -- + diff --git a/2.9/lttng-docs-2.9.txt b/2.9/lttng-docs-2.9.txt index ac3727e..27965e8 100644 --- a/2.9/lttng-docs-2.9.txt +++ b/2.9/lttng-docs-2.9.txt @@ -6439,7 +6439,7 @@ To use LTTng live: -- [role="term"] ---- -lttng create --live my-session +lttng create my-session --live ---- -- +