Document features of LTTng 2.6
[lttng-docs.git] / contents / using-lttng / controlling-tracing / lttng-live.md
index 9d646202fcabd12c017825132c123386f2a8a6f0..26b11c151a47510111b06a7dc68744d4fb3d3c44 100644 (file)
@@ -69,12 +69,12 @@ list active tracing sessions by doing the following (assuming the relay
 daemon to connect to runs on the same host):
 
 <pre class="term">
-babeltrace -i lttng-live net://localhost
+babeltrace --input-format lttng-live net://localhost
 </pre>
 
 Then, choose a tracing session and start viewing events as they arrive
 using LTTng live, e.g.:
 
 <pre class="term">
-babeltrace -i lttng-live net://localhost/host/hostname/my-session
+babeltrace --input-format lttng-live net://localhost/host/hostname/my-session
 </pre>
This page took 0.022376 seconds and 4 git commands to generate.