Skip to content

Commit

Permalink
Add -3 to the usage help
Browse files Browse the repository at this point in the history
  • Loading branch information
chris-y committed Apr 22, 2020
1 parent 353f952 commit 6f37fcd
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion zmakebas.c
Original file line number Diff line number Diff line change
Expand Up @@ -516,7 +516,7 @@ unsigned long grok_binary(unsigned char **ptrp, int textlinenum) {
void usage_help() {
printf("zmakebas - public domain by Russell Marks.\n\n");

printf("usage: zmakebas [-hlprv] [-a line] [-i incr] [-n speccy_filename]\n");
printf("usage: zmakebas [-hlpr3v] [-a line] [-i incr] [-n speccy_filename]\n");
printf(" [-o output_file] [-s line] [input_file]\n\n");

printf(" -v output version number.\n");
Expand All @@ -529,6 +529,7 @@ void usage_help() {
DEFAULT_OUTPUT);
printf(" -p output .p instead (set ZX81 mode).\n");
printf(" -r output raw headerless file (default is .tap file).\n");
printf(" -3 output a +3DOS compatible file (default is .tap file).\n");
printf(" -s in labels mode, set starting line number ");
printf("(default 10).\n");
}
Expand Down

0 comments on commit 6f37fcd

Please sign in to comment.