]> git.xonotic.org Git - xonotic/gmqcc.git/blobdiff - doc.html
more grammer
[xonotic/gmqcc.git] / doc.html
index 312767e100a1074f05ae126bf6aefc0257595e9f..6ea51bde4d498d1a12d316c98029d4b4206ef9e6 100644 (file)
--- a/doc.html
+++ b/doc.html
@@ -35,7 +35,7 @@
                     the standard, optimization, and code generation.  When this flag is specified, the compiler
                     will just print the defaults and quit.  No compilation is performed.
                 </p>
-                <pre>$ gmqcc -show-defautls</pre>
+                <pre>$ gmqcc -show-defaults</pre>
                 
                 <h2>Compiling for an alternitive standard</h2>
                 To compile with a different dialect of the QuakeC programming language the <i>-std</i>
                     
                     <tr>
                         <td>-O&lt;level&gt;</td>
-                        <td>Specified the optimize level: highest being 3, lowest being 0 (not optimization).</td>
+                        <td>Specfies the optimization level: highest being 3, lowest being 0 (no optimization).</td>
                     </tr>
                     
                     <tr>
                         <td>-E</td>
-                        <td>Instructs the compiler to only preprocess the input, writing the preprocessed source to stdout</td>
+                        <td>Instructs the compiler to only preprocess the input, writing the preprocessed output to stdout</td>
                     </tr>
                     
                     <tr>