Merge branch 'fix_live' of https://github.com/PSRCode/lttng-docs
[lttng-docs.git] / 2.9 / lttng-docs-2.9.txt
index 7086b0177c05f123e5cbae73cc45265e881ce4d5..97a9b5d718ec9bba4a7c8ba71bac28d9f1c2a0ca 100644 (file)
@@ -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
 ----
 --
 
@@ -6439,7 +6439,7 @@ To use LTTng live:
 --
 [role="term"]
 ----
-lttng create --live my-session
+lttng create my-session --live
 ----
 --
 +
@@ -6506,7 +6506,7 @@ To take a snapshot:
 --
 [role="term"]
 ----
-lttng create --snapshot my-session
+lttng create my-session --snapshot
 ----
 --
 +
@@ -6709,7 +6709,7 @@ trace data after a system crash:
 --
 [role="term"]
 ----
-lttng create --shm-path=/path/to/shm
+lttng create my-session --shm-path=/path/to/shm
 ----
 --
 
This page took 0.023 seconds and 4 git commands to generate.