Author: ts
Date: Tue Mar  4 09:53:43 2008
New Revision: 7504

Log:
- Fixed issue #12628: Missing space in ezcConsoleInput::getHelp API doc.

Modified:
    trunk/ConsoleTools/ChangeLog
    trunk/ConsoleTools/src/input.php

Modified: trunk/ConsoleTools/ChangeLog
==============================================================================
--- trunk/ConsoleTools/ChangeLog [iso-8859-1] (original)
+++ trunk/ConsoleTools/ChangeLog [iso-8859-1] Tue Mar  4 09:53:43 2008
@@ -6,9 +6,11 @@
   (ezcConsoleQuestionMappingValidator) was introduced for this, which extends
   ezcConsoleQuestionCollectionValidator and is now used for the 
yes-no-question.
 - Implemented issue #10791: ezcConsoleTable should implement __toString.
-- Fixed issue #12561: getSynopsis() bugs when at least 2 options don't have 
short-names.
+- Fixed issue #12561: getSynopsis() bugs when at least 2 options don't have
+  short-names.
 - Fixed issue #12629: Method name not replaced with link in
   ezcConsoleMenuDialog::display() API doc.
+- Fixed issue #12628: Missing space in ezcConsoleInput::getHelp API doc.
 
 1.3.2 - Monday 14 January 2008
 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

Modified: trunk/ConsoleTools/src/input.php
==============================================================================
--- trunk/ConsoleTools/src/input.php [iso-8859-1] (original)
+++ trunk/ConsoleTools/src/input.php [iso-8859-1] Tue Mar  4 09:53:43 2008
@@ -647,7 +647,7 @@
      * 0 => The options names ("<short> / <long>")
      * 1 => The help text (depending on the $long parameter)
      *
-     * The $long options determines if you want to get the short- or longhelp
+     * The $long options determines if you want to get the short or long help
      * texts. The array returned can be used by [EMAIL PROTECTED] 
ezcConsoleTable}.
      *
      * If using the second options, you can filter the options shown in the


-- 
svn-components mailing list
svn-components@lists.ez.no
http://lists.ez.no/mailman/listinfo/svn-components

Reply via email to