1
0
mirror of https://github.com/cc65/cc65.git synced 2024-06-07 23:29:39 +00:00

use same description as in the docs

This commit is contained in:
mrdudz 2020-06-16 00:11:07 +02:00
parent 349a84d972
commit baa5d051e4

View File

@ -116,7 +116,7 @@ static void Usage (void)
" --debug\t\t\tDebug mode\n"
" --debug-info\t\t\tAdd debug info to object file\n"
" --debug-opt name\t\tDebug optimization steps\n"
" --debug-opt-output\t\tOutput extra files containing optimization steps\n"
" --debug-opt-output\t\tDebug output of each optimization step\n"
" --dep-target target\t\tUse this dependency target\n"
" --disable-opt name\t\tDisable an optimization step\n"
" --eagerly-inline-funcs\tEagerly inline some known functions\n"