diff --git a/qb64pe.1 b/qb64pe.1 index 0adcc3a11..69764a72c 100644 --- a/qb64pe.1 +++ b/qb64pe.1 @@ -11,7 +11,7 @@ USAGE: qb64pe [switches] Source file to load .TP \fB\-v\fR -Verbose mode (detailed warnings) +Print version number and exit .TP \fB\-c\fR Compile instead of edit @@ -29,6 +29,15 @@ Generate C code without compiling to executable \fB\-o\fR Write output executable to .TP +\fB\-w\fR +Show warnings when compiling +.TP +\fB\-q\fR +Quiet mode (suppresses most output other than warnings and errors) +.TP +\fB\-m\fR +Suppress colors in output +.TP \fB\-e\fR Enables OPTION _EXPLICIT, making variable declaration mandatory (per\-compilation; doesn't affect the @@ -37,6 +46,9 @@ source file or global settings) \fB\-s[\fR:switch=true/false] View/edit compiler settings .TP +\fB\-f[\fR:setting=value] +Configure compiler settings for this run of the compiler +.TP \fB\-l\fR: Starts the IDE at the specified line number .PP