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.3.1~8 X-Git-Url: https://git.lttng.org/?p=lttng-tools.git;a=commitdiff_plain;h=ceaf583bd264859b3bc56e5f2a05f86fc0308302 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