]> git.xonotic.org Git - xonotic/gmqcc.git/commitdiff
manpage: -E was missing all that time in there
authorWolfgang Bumiller <blub@speed.at>
Tue, 15 Jan 2013 21:08:15 +0000 (22:08 +0100)
committerWolfgang Bumiller <blub@speed.at>
Tue, 15 Jan 2013 21:08:15 +0000 (22:08 +0100)
doc/gmqcc.1

index 5240c4ea516026307d08ff85fda4a66016ee0443..74cdda4f72e7fdd9a876a0669f0db1b13a8640fd 100644 (file)
@@ -55,6 +55,10 @@ Be less verbose. In particular removes the messages about which files
 are being processed, and which compilation mode is being used, and
 some others. Warnings and errors will of course still be displayed.
 .TP
+.B "-E"
+Run only the preprocessor as if -fftepp was used and print the
+preprocessed code to stdout.
+.TP
 .BI -W warning "\fR, " "" -Wno- warning
 Enable or disable a warning.
 .TP