]> granicus.if.org Git - php/commitdiff
- Fix message
authorMarcus Boerger <helly@php.net>
Thu, 10 May 2007 23:36:17 +0000 (23:36 +0000)
committerMarcus Boerger <helly@php.net>
Thu, 10 May 2007 23:36:17 +0000 (23:36 +0000)
ext/phar/phar.php
ext/phar/phar/pharcommand.inc

index 08764328469d6d6ad88b79bf625285c23f8d4350..5c5534d28b963353eff156b72466a4fa42a73d1e 100644 (file)
@@ -566,7 +566,7 @@ class PharCommand extends CLICommand
        {
                return array(
                        'f' => array('typ'=>'phar', 'val'=>NULL, 'required'=>1, 'inf'=>'<file>   Specifies the PHAR file to extract.'),
-                       ''  => array('typ'=>'dir',  'val'=>'.',                 'inf'=>'<dir>    Directory to extract to (defaults to \'.\''),
+                       ''  => array('typ'=>'dir',  'val'=>'.',                 'inf'=>'<dir>    Directory to extract to (defaults to \'.\').'),
                        );
        }
 
index 91d9729ed5754327b326967bcf908b5d82ca0f91..2ad3d1ce781f4aa2db0196a93356034163899d75 100755 (executable)
@@ -235,7 +235,7 @@ class PharCommand extends CLICommand
        {
                return array(
                        'f' => array('typ'=>'phar', 'val'=>NULL, 'required'=>1, 'inf'=>'<file>   Specifies the PHAR file to extract.'),
-                       ''  => array('typ'=>'dir',  'val'=>'.',                 'inf'=>'<dir>    Directory to extract to (defaults to \'.\''),
+                       ''  => array('typ'=>'dir',  'val'=>'.',                 'inf'=>'<dir>    Directory to extract to (defaults to \'.\').'),
                        );
        }