From: Christian Babeux Date: Wed, 25 Sep 2013 14:06:05 +0000 (-0400) Subject: Fix typo in lttng snapshot add-output example of lttng(1) X-Git-Tag: v2.4.0-rc1~151 X-Git-Url: https://git.lttng.org/?p=lttng-tools.git;a=commitdiff_plain;h=1ac1098fc560b8b93adb17892c89915c863121fd;hp=847b88a94cf5af8246eced35e944dc82ae7a0382 Fix typo in lttng snapshot add-output example of lttng(1) Signed-off-by: Christian Babeux Signed-off-by: David Goulet --- diff --git a/doc/man/lttng.1 b/doc/man/lttng.1 index 57c89f0fa..659a27c66 100644 --- a/doc/man/lttng.1 +++ b/doc/man/lttng.1 @@ -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