svn: /pear/peardoc/trunk/en/package/console/console-commandline/ options.xml
[email protected] (David JEAN LOUIS)
| Newsgroups | php.pear.doc |
|---|---|
| Message-ID | <[email protected]> |
izi Fri, 11 Dec 2009 10:54:55 +0000
Revision: http://svn.php.net/viewvc?view=revision&revision=291979
Log:
fixed bug #16887: documentation problem
Bug: http://pear.php.net/bugs/16887 (unknown)
Changed paths:
U pear/peardoc/trunk/en/package/console/console-commandline/options.xml
Modified: pear/peardoc/trunk/en/package/console/console-commandline/options.xml
===================================================================
--- pear/peardoc/trunk/en/package/console/console-commandline/options.xml 2009-12-11 10:21:34 UTC (rev 291978)
+++ pear/peardoc/trunk/en/package/console/console-commandline/options.xml 2009-12-11 10:54:55 UTC (rev 291979)
@@ -295,7 +295,7 @@
<refsection><info><title>StoreString</title></info>
<para>This action tells the parser that the option expects a value and to
- store this value as an integer in the result object, for example:</para>
+ store this value as a string in the result object, for example:</para>
<para>
<programlisting role="text">$ <yourprogram> -o out.txt</programlisting>
</para>