From: Stig Bakken Date: Tue, 21 May 2002 01:40:35 +0000 (+0000) Subject: * rename shell-test shortcut to st (was stest) X-Git-Tag: RELEASE_0_10~67 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=cea551cf930bcdb379ac281b8d2c9e5b163477af;p=php * rename shell-test shortcut to st (was stest) --- diff --git a/pear/PEAR/Command/Registry.php b/pear/PEAR/Command/Registry.php index d85be37479..1dea514ac9 100644 --- a/pear/PEAR/Command/Registry.php +++ b/pear/PEAR/Command/Registry.php @@ -40,7 +40,7 @@ lists the files in that package. 'shell-test' => array( 'summary' => 'Shell Script Test', 'function' => 'doShellTest', - 'shortcut' => 'stest', + 'shortcut' => 'st', 'options' => array(), 'doc' => ' [[relation] version] Tests if a package is installed in the system. Will exit(1) if it is not.