diff options
| author | Christian Weiske <cweiske@cweiske.de> | 2010-12-16 08:51:04 +0100 |
|---|---|---|
| committer | Christian Weiske <cweiske@cweiske.de> | 2010-12-16 08:51:04 +0100 |
| commit | 0c29f7e44d8b766f944b086642a38526cf38c182 (patch) | |
| tree | 24cc02b077cb870ad32c2eab64c148bb3224e87e /scripts | |
| parent | afdec668e5cdaec7f9ea2266c2287c0acb82689b (diff) | |
| download | linksys-wrt3g-tools-0c29f7e44d8b766f944b086642a38526cf38c182.tar.gz linksys-wrt3g-tools-0c29f7e44d8b766f944b086642a38526cf38c182.zip | |
add dummy responses
Diffstat (limited to 'scripts')
| -rwxr-xr-x | scripts/linksys-wrt3g.php | 5 |
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', |
