diff options
| author | Christian Weiske <cweiske@cweiske.de> | 2010-12-15 18:46:18 +0100 |
|---|---|---|
| committer | Christian Weiske <cweiske@cweiske.de> | 2010-12-15 18:46:18 +0100 |
| commit | 8ef2b552858613a0f0e61e4de2b7a5f2cc26b5cc (patch) | |
| tree | ffb21648a8ff865f74422749d0ca35e39b0378e0 /scripts | |
| parent | db09f59478dcc4a92771d28e043a173462150433 (diff) | |
| download | linksys-wrt3g-tools-8ef2b552858613a0f0e61e4de2b7a5f2cc26b5cc.tar.gz linksys-wrt3g-tools-8ef2b552858613a0f0e61e4de2b7a5f2cc26b5cc.zip | |
command aliases
Diffstat (limited to 'scripts')
| -rwxr-xr-x | scripts/linksys-wrt3g.php | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/scripts/linksys-wrt3g.php b/scripts/linksys-wrt3g.php index 520d6ba..ae7317b 100755 --- a/scripts/linksys-wrt3g.php +++ b/scripts/linksys-wrt3g.php @@ -66,12 +66,14 @@ $parser->addOption( $parser->addCommand( 'status', array( + 'aliases' => array('s', 'st'), 'description' => 'Show the router status' ) ); $parser->addCommand( 'reboot', array( + 'aliases' => array('r'), 'description' => 'Reboot the router' ) ); |
