Author: simon Date: 2010-03-21 21:44:37 +0100 (Sun, 21 Mar 2010) New Revision: 1606
Modified: trunk/batctl/README trunk/batctl/main.c Log: batctl: 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: trunk/batctl/README =================================================================== --- trunk/batctl/README 2010-03-21 20:42:45 UTC (rev 1605) +++ trunk/batctl/README 2010-03-21 20:44:37 UTC (rev 1606) @@ -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: trunk/batctl/main.c =================================================================== --- trunk/batctl/main.c 2010-03-21 20:42:45 UTC (rev 1605) +++ trunk/batctl/main.c 2010-03-21 20:44:37 UTC (rev 1606) @@ -50,7 +50,7 @@ printf(" \tgw_srv_list|gwl \tdisplay the gateway server list\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(" \tbonding|b [0|1] \tdisplay or modify the bonding mode setting\n");