X-Git-Url: http://git.liburcu.org/?a=blobdiff_plain;f=trunk%2Fltt-control%2Flttctl%2Flttctl.c;h=e08280aab2e066cd19f3b8479df1e6ae8ad9397a;hb=1c2291f5d2f79795da29153bd5b962f0539d3316;hp=eeb810053e1b5634c9800727611b1e9abc5443ea;hpb=354b34fd3862bb86f74ecfdcca471d6c66238b61;p=ltt-control.git diff --git a/trunk/ltt-control/lttctl/lttctl.c b/trunk/ltt-control/lttctl/lttctl.c index eeb8100..e08280a 100644 --- a/trunk/ltt-control/lttctl/lttctl.c +++ b/trunk/ltt-control/lttctl/lttctl.c @@ -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..enable=\n"); printf(" channel..overwrite=\n"); printf(" channel..bufnum=\n"); - printf(" channel..bufsize=\n"); + printf(" channel..bufsize= (in bytes, rounded to " + "next power of 2)\n"); printf(" can be set to all for all channels\n"); printf("\n"); printf(" Integration options:\n");