1
0
mirror of https://github.com/cc65/cc65.git synced 2025-08-08 06:25:17 +00:00

Changed usage information text

git-svn-id: svn://svn.cc65.org/cc65/trunk@95 b7a2c559-68d2-44c3-8de9-860c34a00d81
This commit is contained in:
cuz
2000-06-22 11:13:38 +00:00
parent 29f57b3196
commit ea43c68b9b

View File

@@ -93,7 +93,7 @@ static void Usage (void)
"Short options:\n" "Short options:\n"
" -d\t\t\tDebug mode\n" " -d\t\t\tDebug mode\n"
" -g\t\t\tAdd debug info to object file\n" " -g\t\t\tAdd debug info to object file\n"
" -h\t\t\tPrint this help\n" " -h\t\t\tHelp (this text)\n"
" -j\t\t\tDefault characters are signed\n" " -j\t\t\tDefault characters are signed\n"
" -o name\t\tName the output file\n" " -o name\t\tName the output file\n"
" -t sys\t\tSet the target system\n" " -t sys\t\tSet the target system\n"