From: David Goulet Date: Sun, 14 Jul 2013 19:24:15 +0000 (-0400) Subject: Man: fix part of snapshot documentation X-Git-Tag: v2.3.0-rc1~31 X-Git-Url: https://git.lttng.org/?p=lttng-tools.git;a=commitdiff_plain;h=3ae6f6665030769040c46549ce4b4c9117ee09f6 Man: fix part of snapshot documentation Signed-off-by: David Goulet --- diff --git a/doc/man/lttng.1 b/doc/man/lttng.1 index 484b365b4..99941db93 100644 --- a/doc/man/lttng.1 +++ b/doc/man/lttng.1 @@ -645,12 +645,17 @@ rather then in mysnapshot*/ .B LONG OPTIONS .nf -\-s, \-\-session NAME Apply to session name. -\-n, \-\-name NAME Name of the snapshot's output. -\-m, \-\-max-size SIZE Maximum size in bytes of the snapshot. - The maxium size does not count the metadata file. -\-C, \-\-ctrl-url URL Set control path URL. (Must use -D also) -\-D, \-\-data-url URL Set data path URL. (Must use -C also) +\-s, \-\-session NAME + Apply to session name. +\-n, \-\-name NAME + Name of the snapshot's output. +\-m, \-\-max-size SIZE + Maximum size in bytes of the snapshot. The maxium size does not + include the metadata file. +\-C, \-\-ctrl-url URL + Set control path URL. (Must use -D also) +\-D, \-\-data-url URL + Set data path URL. (Must use -C also) .fi .IP