X-Git-Url: https://git.lttng.org/?a=blobdiff_plain;f=doc%2Fman%2Flttng.1;h=659a27c66eb8d0fb09cb0f6f5f34daf209c06038;hb=1c20f0e29cbf8627bfb1ff444572d52d6655c4e2;hp=0a74f9c505b5230a47257d835d6cc61e9acfe4a1;hpb=a2d6893b27b845f9f545f1ef31f8835a80100e99;p=lttng-tools.git diff --git a/doc/man/lttng.1 b/doc/man/lttng.1 index 0a74f9c50..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 @@ -761,8 +761,9 @@ Apply to session name. Name of the snapshot's output. .TP .BR "\-m, \-\-max-size SIZE" -Maximum size in bytes of the snapshot. The maxium size does not include -the metadata file. +Maximum size in bytes of the snapshot. The maxium size does not include the +metadata file. Human readable format is accepted: {+k,+M,+G}. For instance, +\-\-max-size 5M .TP .BR "\-C, \-\-ctrl-url URL" Set control path URL. (Must use -D also)