svn: /pear/peardoc/trunk/en/package/php/php-uml/ command-line.xml
[email protected] (Baptiste Autin) Fri, 01 Oct 2010 20:35:10 +0000
| Newsgroups | php.pear.doc |
|---|---|
| Message-ID | <[email protected]> |
baptiste750 Fri, 01 Oct 2010 20:35:10 +0000
Revision: http://svn.php.net/viewvc?view=revision&revision=303926
Log:
* added an example in the list of available commands
Changed paths:
U pear/peardoc/trunk/en/package/php/php-uml/command-line.xml
Modified: pear/peardoc/trunk/en/package/php/php-uml/command-line.xml
===================================================================
--- pear/peardoc/trunk/en/package/php/php-uml/command-line.xml 2010-10-01 17:48:50 UTC (rev 303925)
+++ pear/peardoc/trunk/en/package/php/php-uml/command-line.xml 2010-10-01 20:35:10 UTC (rev 303926)
@@ -140,6 +140,16 @@
</para>
</example>
+ <example><info><title>Removing the dollar sign ($) in the documentation</title></info>
+ <para>Use the switch <literal>--no-dollar</literal>:
+ <programlisting role="text">
+ <![CDATA[
+$ phpuml /var/www/foo --no-dollar -o foo.xmi
+ ]]>
+ </programlisting>
+ </para>
+ </example>
+
<para>Other options are available. You will discover them by asking for <emphasis role="bold">help</emphasis>, like this:
<programlisting role="text">
<![CDATA[