From: Stig Bakken Date: Tue, 26 Nov 2002 18:24:30 +0000 (+0000) Subject: MFH X-Git-Tag: php-4.3.0RC2~15 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=aae2d28e7fd43b0da73042f73982aec119df7d02;p=php MFH --- 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 +?>