mirror of
https://github.com/brouhaha/dis6502.git
synced 2025-01-19 01:31:31 +00:00
Add newline at end of usage message.
This commit is contained in:
parent
4e6c6df632
commit
46b4b61873
@ -30,7 +30,7 @@ void usage (void)
|
||||
" options: -a assembly output\n"
|
||||
" -p <file> predefs\n"
|
||||
" -v <address> alternate vector address\n"
|
||||
" -7 mask character data to 7-bit",
|
||||
" -7 mask character data to 7-bit\n",
|
||||
progname);
|
||||
exit (1);
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user