Browse Source

sync Japanese document with r16473.

git-svn-id: http://framework.zend.com/svn/framework/standard/trunk@16483 44c647ce-9c0f-0410-b52a-842ac1e357ba
takagi 16 years ago
parent
commit
86225d83b2

+ 3 - 3
documentation/manual/ja/module_specs/Zend_Console_Getopt-Configuration.xml

@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!-- Reviewed: no -->
-<!-- EN-Revision: 16315 -->
+<!-- EN-Revision: 16473 -->
 <sect1 id="zend.console.getopt.configuration">
     <title>Zend_Console_Getopt の設定</title>
 
@@ -172,7 +172,7 @@ $opts->setArguments(array('-a', '-p', 'p_parameter', 'non_option_arg'));
                     を true にすると、フラグの終了を表す特殊フラグ <command>--</command>
                     を有効にします。ダブルダッシュの後に続くコマンドライン引数は、
                     たとえダッシュで始まっていてもオプションとはみなされません。
-                    この設定オプションは、デフォルトで true となっています。
+                    この設定オプションは、デフォルトで <constant>TRUE</constant> となっています。
                 </para>
             </listitem>
             <listitem>
@@ -181,7 +181,7 @@ $opts->setArguments(array('-a', '-p', 'p_parameter', 'non_option_arg'));
                     を true にすると、大文字小文字が違うだけのフラグをお互いエイリアスとして扱います。
                     つまり、<command>-a</command> と
                     <command>-A</command> は同じフラグとみなされます。
-                    この設定オプションは、デフォルトでは false となっています。
+                    この設定オプションは、デフォルトでは <constant>FALSE</constant> となっています。
                 </para>
             </listitem>
             <listitem>