From 108bbe5395667d2e6c1b51943d3e35d4c393a6c4 Mon Sep 17 00:00:00 2001 From: Sei Lisa Date: Mon, 28 Jul 2014 02:44:51 +0200 Subject: [PATCH] Some documentation rewordings. --- main.py | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/main.py b/main.py index 8cab5a5..6848469 100644 --- a/main.py +++ b/main.py @@ -28,8 +28,9 @@ Options (* means not implemented): optimize concatenated strings if they are parenthesized correctly, see note at the footer). skippreproc Skip preprocessor directives in the source as if they - were comments. Not useful unless the script is output - by cpp, which inserts directives like: # 123 "filename" + were comments. Not useful unless the script is itself + the output of a preprocessor like cpp, which inserts + directives like: # 123 "filename". optimize Runs the optimizer. optsigns Optimize signs and float as int. * allowcescapes Enables use of \r, \b, \xNN, \NNN, etc.