Browse Source

* changed "info" shortcut to "in"

experimental/threaded
Stig Bakken 24 years ago
parent
commit
397b35f891
  1. 4
      pear/PEAR/Command/Registry.php

4
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' => '<pacakge>
Displays information about a package. The package argument may be a
@ -315,4 +315,4 @@ installed package.'
// }}}
}
?>
?>
Loading…
Cancel
Save