]> granicus.if.org Git - php/commitdiff
* rename shell-test shortcut to st (was stest)
authorStig Bakken <ssb@php.net>
Tue, 21 May 2002 01:40:35 +0000 (01:40 +0000)
committerStig Bakken <ssb@php.net>
Tue, 21 May 2002 01:40:35 +0000 (01:40 +0000)
pear/PEAR/Command/Registry.php

index d85be3747919c5e1d5e67f961f943084dc581620..1dea514ac9e49f91c2045ccd4844f3ae51d3c00f 100644 (file)
@@ -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' => '<package> [[relation] version]
 Tests if a package is installed in the system. Will exit(1) if it is not.