add dummy responses
[linksys-wrt3g-tools.git] / scripts / linksys-wrt3g.php
index 4d64b5ac4be2c31abfb48d19f0bf314640c3baa5..824c287ae8861718b8f2945de4fa10068aef9893 100755 (executable)
@@ -27,7 +27,10 @@ if (file_exists($configFile)) {
 }
 
 $parser = new Console_CommandLine();
-$parser->description = 'Tool to control Linksys WRT3g routers';
+$parser->description = "Tool to control Linksys WRT3g routers
+
+Dummy responses can be controlled with the host parameter:
+ A 3-letter numeric host is interpreted as HTTP response code";
 $parser->version = '0.0.1';//FIXME: dynamic
 $parser->addOption(
     'host',