fix bug in manual; argument order for ustctl in example
[ust.git] / doc / manual / manual.texinfo
index 23b02d9607df6c6a2fd042e5ced49018559b93f2..0eeebe3224e3ac169bd31fa5c06784c30fdd3f3f 100644 (file)
@@ -386,7 +386,7 @@ $ ustctl --list-markers 1234
 # A column indicates 0 for an inactive marker and 1 for an active marker.
 
 # Enable a marker
-$ ustctl --enable-marker 1234 ust/mymark
+$ ustctl --enable-marker ust/mymark 1234
 
 # Create a trace
 $ ustctl --create-trace 1234
This page took 0.022582 seconds and 4 git commands to generate.