1
0
mirror of https://github.com/cc65/cc65.git synced 2024-09-29 02:55:20 +00:00

Update main.c

This commit is contained in:
Stefan 2017-05-28 15:29:49 +02:00 committed by GitHub
parent 9bdcb0a31b
commit 49e22f566f

View File

@ -65,7 +65,7 @@ static void Usage (void)
"\ta\tAdd modules\n"
"\td\tDelete modules\n"
"\tt\tList library table\n"
"\tv\tIncrease verbosity (put after other operation)\n"
"\tv\tIncrease verbosity (put before other operation)\n"
"\tx\tExtract modules\n"
"\tV\tPrint the archiver version\n",
ProgName);