From: compudj Date: Sat, 30 Jul 2005 00:11:48 +0000 (+0000) Subject: lttctl : size + n subbufs + align options X-Git-Tag: v0.12.20~2498 X-Git-Url: https://git.lttng.org./?a=commitdiff_plain;h=4085af66a40e46c14a9e894b89dade3be6cfba2d;p=lttv.git lttctl : size + n subbufs + align options git-svn-id: http://ltt.polymtl.ca/svn@991 04897980-b3bd-0310-b5e0-8ef037075253 --- diff --git a/ltt/branches/poly/lttctl/lttctl.c b/ltt/branches/poly/lttctl/lttctl.c index d654b63b..511b426c 100644 --- a/ltt/branches/poly/lttctl/lttctl.c +++ b/ltt/branches/poly/lttctl/lttctl.c @@ -69,7 +69,7 @@ void show_arguments(void) printf("-t Trace root path. (ex. /root/traces/example_trace)\n"); printf("-l LTT channels root path. (ex. /mnt/relayfs/ltt)\n"); printf("-a Alignment of a new or existing trace\n"); - printf("-z Size of the subbuffers\n"); + printf("-z Size of the subbuffers (will be rounded to next page size)\n"); printf("-x Number of subbuffers\n"); printf("\n"); }