From cea551cf930bcdb379ac281b8d2c9e5b163477af Mon Sep 17 00:00:00 2001 From: Stig Bakken Date: Tue, 21 May 2002 01:40:35 +0000 Subject: [PATCH] * rename shell-test shortcut to st (was stest) --- pear/PEAR/Command/Registry.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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. -- 2.40.0