From aae2d28e7fd43b0da73042f73982aec119df7d02 Mon Sep 17 00:00:00 2001 From: Stig Bakken Date: Tue, 26 Nov 2002 18:24:30 +0000 Subject: [PATCH] MFH --- pear/PEAR/Command/Registry.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 +?> -- 2.50.1