From 4085af66a40e46c14a9e894b89dade3be6cfba2d Mon Sep 17 00:00:00 2001 From: compudj Date: Sat, 30 Jul 2005 00:11:48 +0000 Subject: [PATCH] lttctl : size + n subbufs + align options git-svn-id: http://ltt.polymtl.ca/svn@991 04897980-b3bd-0310-b5e0-8ef037075253 --- ltt/branches/poly/lttctl/lttctl.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"); } -- 2.34.1