Просмотр исходного кода

[DOCUMENTATION] English:
- manual fixes

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

mikaelkael 16 лет назад
Родитель
Сommit
92f979b4e3

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

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