Fix typo in lttng snapshot add-output example of lttng(1)
authorChristian Babeux <christian.babeux@efficios.com>
Wed, 25 Sep 2013 14:06:05 +0000 (10:06 -0400)
committerDavid Goulet <dgoulet@efficios.com>
Wed, 25 Sep 2013 14:16:07 +0000 (10:16 -0400)
Signed-off-by: Christian Babeux <christian.babeux@efficios.com>
Signed-off-by: David Goulet <dgoulet@efficios.com>
doc/man/lttng.1

index 57c89f0fa96b99851d8e9093e0f8c42af6fc293b..659a27c66eb8d0fb09cb0f6f5f34daf209c06038 100644 (file)
@@ -742,7 +742,7 @@ size will override the current output values. For instance, you can record a
 snapshot with a custom maximum size or with a different name.
 
 .nf
-$ lttng add-output -n mysnapshot file:///data/snapshot
+$ lttng snapshot add-output -n mysnapshot file:///data/snapshot
 [...]
 $ lttng snapshot record -n new_name_snapshot
 .fi
This page took 0.025435 seconds and 4 git commands to generate.