فهرست منبع

[DOCUMENTATION] English:
- manual fixes

git-svn-id: http://framework.zend.com/svn/framework/standard/trunk@16473 44c647ce-9c0f-0410-b52a-842ac1e357ba

mikaelkael 16 سال پیش
والد
کامیت
60fecee7d8
1فایلهای تغییر یافته به همراه2 افزوده شده و 2 حذف شده
  1. 2 2
      documentation/manual/en/module_specs/Zend_Console_Getopt-Configuration.xml

+ 2 - 2
documentation/manual/en/module_specs/Zend_Console_Getopt-Configuration.xml

@@ -173,7 +173,7 @@ $opts->setArguments(array('-a', '-p', 'p_parameter', 'non_option_arg'));
                     signify the end of flags. Command-line arguments following
                     signify the end of flags. Command-line arguments following
                     the double-dash signifier are not interpreted as options,
                     the double-dash signifier are not interpreted as options,
                     even if the arguments start with a dash. This configuration
                     even if the arguments start with a dash. This configuration
-                    option is true by default.
+                    option is <constant>TRUE</constant> by default.
                 </para>
                 </para>
             </listitem>
             </listitem>
             <listitem>
             <listitem>
@@ -182,7 +182,7 @@ $opts->setArguments(array('-a', '-p', 'p_parameter', 'non_option_arg'));
                     if true, makes flags aliases of each other if they differ
                     if true, makes flags aliases of each other if they differ
                     only in their case. That is, <command>-a</command> and
                     only in their case. That is, <command>-a</command> and
                     <command>-A</command> will be considered to be synonymous flags.
                     <command>-A</command> will be considered to be synonymous flags.
-                    This configuration option is false by default.
+                    This configuration option is <constant>FALSE</constant> by default.
                 </para>
                 </para>
             </listitem>
             </listitem>
             <listitem>
             <listitem>