From: mc78 Date: Mon, 22 May 2017 21:21:55 +0000 (+0200) Subject: added four escaped tabs to -E Stop after .... description X-Git-Tag: V2.17~136^2~1 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=21b1add98464367bef7819654f1643337c65260b;p=cc65 added four escaped tabs to -E Stop after .... description --- diff --git a/src/cl65/main.c b/src/cl65/main.c index 6926199f9..8252b61ff 100644 --- a/src/cl65/main.c +++ b/src/cl65/main.c @@ -734,7 +734,7 @@ static void Usage (void) " -C name\t\t\tUse linker config file\n" " -Cl\t\t\t\tMake local variables static\n" " -D sym[=defn]\t\t\tDefine a preprocessor symbol\n" - " -E Stop after the preprocessing stage\n" + " -E\t\t\t\tStop after the preprocessing stage\n" " -I dir\t\t\tSet a compiler include directory path\n" " -L path\t\t\tSpecify a library search path\n" " -Ln name\t\t\tCreate a VICE label file\n"