2.7, 2.8, 2.9: add my-session to shm example
[lttng-docs.git] / 2.7 / lttng-docs-2.7.txt
index be3fd6ebdb8b7fd7945a890b4f7cb48fb1429516..f16a03b9dabf1fd82e8ece6a674446594cd125b7 100644 (file)
@@ -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
 ----
 --
 +
@@ -6208,7 +6208,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.022611 seconds and 4 git commands to generate.