X-Git-Url: https://git.cweiske.de/linksys-wrt3g-tools.git/blobdiff_plain/3127f7c70315c3a5db3f4442fbf0d2da05ab8a40..cd764657b069da8851f826dfcf612fb7de2ece9a:/scripts/linksys-wrt3g.php diff --git a/scripts/linksys-wrt3g.php b/scripts/linksys-wrt3g.php index 628dfe9..eb056a9 100755 --- a/scripts/linksys-wrt3g.php +++ b/scripts/linksys-wrt3g.php @@ -27,10 +27,7 @@ if (file_exists($configFile)) { } $parser = new Console_CommandLine(); -$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->description = "Tool to control Linksys WRT3g routers"; $parser->version = '0.0.1';//FIXME: dynamic $parser->addOption( 'host', @@ -78,7 +75,8 @@ $parser->addOption( 'dummy', array( 'long_name' => '--dummy', - 'description' => 'Use dummy router data, not real ones', + 'description' => "Use dummy router data, not real ones. +Dummy responses can be controlled with the host parameter; 3-letter numeric hosts are interpreted as HTTP response code", 'action' => 'StoreTrue', ) );