From 8ef2b552858613a0f0e61e4de2b7a5f2cc26b5cc Mon Sep 17 00:00:00 2001 From: Christian Weiske Date: Wed, 15 Dec 2010 18:46:18 +0100 Subject: [PATCH] command aliases --- scripts/linksys-wrt3g.php | 2 ++ 1 file changed, 2 insertions(+) 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' ) ); -- 2.30.2