lttctl : size + n subbufs + align options
[lttv.git] / ltt / branches / poly / lttctl / lttctl.c
index d654b63b12c3af8307aa8e843fe5cebebf7cba2f..511b426ccd179e8849974e98ad0e309789f3f257 100644 (file)
@@ -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");
 }
This page took 0.026053 seconds and 4 git commands to generate.