aboutsummaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authorChristian Weiske <cweiske@cweiske.de>2010-12-16 08:51:04 +0100
committerChristian Weiske <cweiske@cweiske.de>2010-12-16 08:51:04 +0100
commit0c29f7e44d8b766f944b086642a38526cf38c182 (patch)
tree24cc02b077cb870ad32c2eab64c148bb3224e87e /scripts
parentafdec668e5cdaec7f9ea2266c2287c0acb82689b (diff)
downloadlinksys-wrt3g-tools-0c29f7e44d8b766f944b086642a38526cf38c182.tar.gz
linksys-wrt3g-tools-0c29f7e44d8b766f944b086642a38526cf38c182.zip
add dummy responses
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/linksys-wrt3g.php5
1 files changed, 4 insertions, 1 deletions
diff --git a/scripts/linksys-wrt3g.php b/scripts/linksys-wrt3g.php
index 4d64b5a..824c287 100755
--- a/scripts/linksys-wrt3g.php
+++ b/scripts/linksys-wrt3g.php
@@ -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',