]> granicus.if.org Git - php/commitdiff
* changed "info" shortcut to "in"
authorStig Bakken <ssb@php.net>
Tue, 26 Nov 2002 18:23:58 +0000 (18:23 +0000)
committerStig Bakken <ssb@php.net>
Tue, 26 Nov 2002 18:23:58 +0000 (18:23 +0000)
pear/PEAR/Command/Registry.php

index 95650befbb21f6f8215168ec3c485f83ff0cf311..870a3a6e55b35adad3e44c0c114ad48d521d883b 100644 (file)
@@ -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'      => '<pacakge>
 Displays information about a package. The package argument may be a
@@ -315,4 +315,4 @@ installed package.'
     // }}}
 }
 
-?>
\ No newline at end of file
+?>