From: Stig Bakken Date: Tue, 26 Nov 2002 18:23:58 +0000 (+0000) Subject: * changed "info" shortcut to "in" X-Git-Tag: RELEASE_1_0b3~292 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=397b35f891d7c8c5139b79876f21a90a621f661b;p=php * changed "info" shortcut to "in" --- diff --git a/pear/PEAR/Command/Registry.php b/pear/PEAR/Command/Registry.php index 95650befbb..870a3a6e55 100644 --- a/pear/PEAR/Command/Registry.php +++ b/pear/PEAR/Command/Registry.php @@ -53,7 +53,7 @@ Tests if a package is installed in the system. Will exit(1) if it is not. 'info' => array( 'summary' => 'Display information about a package', 'function' => 'doInfo', - 'shortcut' => 'i', + 'shortcut' => 'in', 'options' => array(), 'doc' => ' Displays information about a package. The package argument may be a @@ -315,4 +315,4 @@ installed package.' // }}} } -?> \ No newline at end of file +?>