From: Marcus Boerger Date: Thu, 10 May 2007 23:36:17 +0000 (+0000) Subject: - Fix message X-Git-Tag: RELEASE_1_2_0~104 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=c77faa0c960b823fb231217b5787e7e7c81f1bf0;p=php - Fix message --- diff --git a/ext/phar/phar.php b/ext/phar/phar.php index 0876432846..5c5534d28b 100644 --- a/ext/phar/phar.php +++ b/ext/phar/phar.php @@ -566,7 +566,7 @@ class PharCommand extends CLICommand { return array( 'f' => array('typ'=>'phar', 'val'=>NULL, 'required'=>1, 'inf'=>' Specifies the PHAR file to extract.'), - '' => array('typ'=>'dir', 'val'=>'.', 'inf'=>' Directory to extract to (defaults to \'.\''), + '' => array('typ'=>'dir', 'val'=>'.', 'inf'=>' Directory to extract to (defaults to \'.\').'), ); } diff --git a/ext/phar/phar/pharcommand.inc b/ext/phar/phar/pharcommand.inc index 91d9729ed5..2ad3d1ce78 100755 --- a/ext/phar/phar/pharcommand.inc +++ b/ext/phar/phar/pharcommand.inc @@ -235,7 +235,7 @@ class PharCommand extends CLICommand { return array( 'f' => array('typ'=>'phar', 'val'=>NULL, 'required'=>1, 'inf'=>' Specifies the PHAR file to extract.'), - '' => array('typ'=>'dir', 'val'=>'.', 'inf'=>' Directory to extract to (defaults to \'.\''), + '' => array('typ'=>'dir', 'val'=>'.', 'inf'=>' Directory to extract to (defaults to \'.\').'), ); }