From a8f99022efe29126a904c56cb1478b2ba826d251 Mon Sep 17 00:00:00 2001 From: Marcus Boerger Date: Mon, 28 May 2007 15:21:53 +0000 Subject: [PATCH] - WS --- ext/phar/phar/pharcommand.inc | 36 +++++++++++++++++------------------ 1 file changed, 18 insertions(+), 18 deletions(-) diff --git a/ext/phar/phar/pharcommand.inc b/ext/phar/phar/pharcommand.inc index 5d19abdec2..3b69dec376 100755 --- a/ext/phar/phar/pharcommand.inc +++ b/ext/phar/phar/pharcommand.inc @@ -59,13 +59,13 @@ class PharCommand extends CLICommand $phar_args = array( 'a' => array( 'typ' => 'alias', - 'val' => NULL, - 'inf' => ' Provide an alias name for the phar file.' + 'val' => NULL, + 'inf' => ' Provide an alias name for the phar file.' ), 'c' => array( - 'typ' => 'compalg', - 'val' => NULL, - 'inf' => ' Compression algorithm.', + 'typ' => 'compalg', + 'val' => NULL, + 'inf' => ' Compression algorithm.', 'select' => array( '0' => 'No compression', 'none' => 'No compression', @@ -74,18 +74,18 @@ class PharCommand extends CLICommand ), 'e' => array( 'typ' => 'entry', - 'val' => NULL, - 'inf' => ' Name of entry to work on (must include PHAR internal directory name if any).' + 'val' => NULL, + 'inf' => ' Name of entry to work on (must include PHAR internal directory name if any).' ), 'f' => array( 'typ' => $phartype, - 'val' => NULL, - 'inf' => ' Specifies the phar file to work on.' + 'val' => NULL, + 'inf' => ' Specifies the phar file to work on.' ), 'h' => array( - 'typ' => 'select', - 'val' => NULL, - 'inf' => ' Selects the hash algorithmn.', + 'typ' => 'select', + 'val' => NULL, + 'inf' => ' Selects the hash algorithmn.', 'select' => array('md5' => 'MD5','sha1' => 'SHA1') ), 'i' => array( @@ -95,13 +95,13 @@ class PharCommand extends CLICommand ), 'k' => array( 'typ' => 'any', - 'val' => NULL, - 'inf' => ' Subscription index to work on.', + 'val' => NULL, + 'inf' => ' Subscription index to work on.', ), 'l' => array( 'typ' => 'int', - 'val' => 0, - 'inf' => ' Number of preceeding subdirectories to strip from file entries', + 'val' => 0, + 'inf' => ' Number of preceeding subdirectories to strip from file entries', ), 'm' => array( 'typ' => 'any', @@ -110,8 +110,8 @@ class PharCommand extends CLICommand ), 'p' => array( 'typ' => 'loader', - 'val' => NULL, - 'inf' => ' Location of PHP_Archive class file (pear list-files PHP_Archive). You can use \'auto\' or \'optional\' to locate it automatically using the mentioned pear command. When using \'optional\' the command does not error out when the class file cannot be located.', + 'val' => NULL, + 'inf' => ' Location of PHP_Archive class file (pear list-files PHP_Archive). You can use \'auto\' or \'optional\' to locate it automatically using the mentioned pear command. When using \'optional\' the command does not error out when the class file cannot be located.', ), 's' => array( 'typ' => 'file', -- 2.40.0