From c77faa0c960b823fb231217b5787e7e7c81f1bf0 Mon Sep 17 00:00:00 2001 From: Marcus Boerger Date: Thu, 10 May 2007 23:36:17 +0000 Subject: [PATCH] - Fix message --- ext/phar/phar.php | 2 +- ext/phar/phar/pharcommand.inc | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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 \'.\').'), ); } -- 2.50.1