Explorar o código

HPCC-17554 Fix Typo in ECLCC Options docs

Signed-off-by: Jim DeFabia <jamesdefabia@lexisnexis.com>
Jim DeFabia %!s(int64=8) %!d(string=hai) anos
pai
achega
194b315247
Modificáronse 1 ficheiros con 3 adicións e 3 borrados
  1. 3 3
      docs/ECLProgrammersGuide/PRG_Mods/CodeSign.xml

+ 3 - 3
docs/ECLProgrammersGuide/PRG_Mods/CodeSign.xml

@@ -48,19 +48,19 @@
 
           <tbody>
             <row>
-              <entry><emphasis>-allow</emphasis></entry>
+              <entry><emphasis>--allow</emphasis></entry>
 
               <entry>Allow the option specified.</entry>
             </row>
 
             <row>
-              <entry><emphasis>-deny</emphasis></entry>
+              <entry><emphasis>--deny</emphasis></entry>
 
               <entry>Deny the option specified.</entry>
             </row>
 
             <row>
-              <entry><emphasis>-allowsigned</emphasis></entry>
+              <entry><emphasis>--allowsigned</emphasis></entry>
 
               <entry>Allow the option specified if the code has been signed
               and the key is present.</entry>