1
0
mirror of https://github.com/cc65/cc65.git synced 2024-06-01 13:41:34 +00:00

added four escaped tabs to -E Stop after .... description

This commit is contained in:
mc78 2017-05-22 23:21:55 +02:00
parent 3157e4be1e
commit 21b1add984

View File

@ -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"