Skip to content

Commit 397b35f

Browse files
committed
* changed "info" shortcut to "in"
1 parent 20688a3 commit 397b35f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pear/PEAR/Command/Registry.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ class PEAR_Command_Registry extends PEAR_Command_Common
5353
'info' => array(
5454
'summary' => 'Display information about a package',
5555
'function' => 'doInfo',
56-
'shortcut' => 'i',
56+
'shortcut' => 'in',
5757
'options' => array(),
5858
'doc' => '<pacakge>
5959
Displays information about a package. The package argument may be a
@@ -315,4 +315,4 @@ function doInfo($command, $options, $params)
315315
// }}}
316316
}
317317

318-
?>
318+
?>

0 commit comments

Comments
 (0)