diff options
author | Tomas V.V.Cox <cox@php.net> | 2002-05-20 01:22:00 +0000 |
---|---|---|
committer | Tomas V.V.Cox <cox@php.net> | 2002-05-20 01:22:00 +0000 |
commit | 3b97fe3657bce898017cc0c65ef654a74303d316 (patch) | |
tree | 11f80ccff247ecf3c419cae2e2008bd795df30eb | |
parent | 3716f28350cefbaf5055bf9b825fe59e7d8ef3c5 (diff) | |
download | php-git-3b97fe3657bce898017cc0c65ef654a74303d316.tar.gz |
Added missing key 'doc' for -Z help
-rw-r--r-- | pear/PEAR/Command/Install.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pear/PEAR/Command/Install.php b/pear/PEAR/Command/Install.php index f97cb070e5..6802193ee0 100644 --- a/pear/PEAR/Command/Install.php +++ b/pear/PEAR/Command/Install.php @@ -94,7 +94,7 @@ four ways of specifying packages. ), 'nocompress' => array( 'shortopt' => 'Z', - 'request uncompressed files when downloading', + 'doc' => 'request uncompressed files when downloading', ), ), 'doc' => 'Upgrades one or more PEAR packages. See documentation for the |