Clarify TRACEPOINT_DEFINE and multi TP
[lttng-docs.git] / contents / using-lttng / controlling-tracing / enabling-disabling-events.md
index ac4d137d653d4405b0d0f7c07e6f6c3bf49e72dc..fd6a5cd8385b76ec5900dc008f6010c0a9ed6f0f 100644 (file)
@@ -111,7 +111,7 @@ Disabling an event is simpler: you only need to provide the event
 name to the `disable-event` command:
 
 <pre class="term">
-lttng disable-event -u my_app:hello_you
+lttng disable-event --userspace my_app:hello_you
 </pre>
 
 This name has to match a name previously given to `enable-event` (it
This page took 0.024529 seconds and 4 git commands to generate.