remove unneeded dir attic/
[ltt-control.git] / trunk / ltt-control / lttctl / lttctl.c
index eeb810053e1b5634c9800727611b1e9abc5443ea..e08280aab2e066cd19f3b8479df1e6ae8ad9397a 100644 (file)
@@ -115,13 +115,14 @@ static void show_arguments(void)
        printf("\n");
        printf(" Advanced options:\n");
        printf("  --transport TRANSPORT\n");
-       printf("        Set trace's transport. (ex. relay)\n");
+       printf("        Set trace's transport. (ex. relay-locked or relay)\n");
        printf("  -o, --option OPTION\n");
        printf("        Set options, following operations are supported:\n");
        printf("        channel.<channelname>.enable=\n");
        printf("        channel.<channelname>.overwrite=\n");
        printf("        channel.<channelname>.bufnum=\n");
-       printf("        channel.<channelname>.bufsize=\n");
+       printf("        channel.<channelname>.bufsize= (in bytes, rounded to "
+              "next power of 2)\n");
        printf("        <channelname> can be set to all for all channels\n");
        printf("\n");
        printf(" Integration options:\n");
This page took 0.023304 seconds and 4 git commands to generate.