aboutsummaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/linksys-wrt3g.php2
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'
)
);