Author: simon Date: 2010-03-21 21:42:45 +0100 (Sun, 21 Mar 2010) New Revision: 1605
Modified: branches/batctl-0.2.x/README branches/batctl-0.2.x/main.c Log: batctl-0.2.x: fix syntax: enable -> enabled
The vis server takes the argument "enabled/disabled", not "enable/disable"
Signed-off-by: Simon Wunderlich siwu@hrz.tu-chemnitz.de Reported-by: Linus Luessing linus.luessing@web.de
Modified: branches/batctl-0.2.x/README =================================================================== --- branches/batctl-0.2.x/README 2010-03-21 19:34:08 UTC (rev 1604) +++ branches/batctl-0.2.x/README 2010-03-21 20:42:45 UTC (rev 1605) @@ -339,7 +339,7 @@
display or modify the status of the VIS server
-Usage: batctl vis_server|vs [enable|disable] +Usage: batctl vis_server|vs [enabled|disabled]
Example:
Modified: branches/batctl-0.2.x/main.c =================================================================== --- branches/batctl-0.2.x/main.c 2010-03-21 19:34:08 UTC (rev 1604) +++ branches/batctl-0.2.x/main.c 2010-03-21 20:42:45 UTC (rev 1605) @@ -48,7 +48,7 @@ printf(" \tlog|l \tread the log produced by the kernel module\n"); printf(" \ttranslocal|tl \tdisplay the local translation table\n"); printf(" \ttransglobal|tg \tdisplay the global translation table\n"); - printf(" \tvis_server|vs [enable|disable] \tdisplay or modify the status of the VIS server\n"); + printf(" \tvis_server|vs [enabled|disabled]\tdisplay or modify the status of the VIS server\n"); printf(" \tvis_data|vd [dot|JSON] \tdisplay the VIS data in dot or JSON format\n"); printf(" \taggregation|ag [0|1] \tdisplay or modify the packet aggregation setting\n"); printf("\n");