Skip to content

Commit

Permalink
fix some help text references
Browse files Browse the repository at this point in the history
  • Loading branch information
fuzziqersoftware committed Aug 15, 2022
1 parent 43cb871 commit b435972
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/m68kdasm.cc
Original file line number Diff line number Diff line change
Expand Up @@ -88,10 +88,10 @@ Options:\n\
dump or editor.\n\
--assemble-ppc32\n\
Assemble the input text (from a file or from stdin) into PowerPC machine\n\
code. Note that resource_dasm expects a nonstandard syntax for memory\n\
code. Note that m68kdasm expects a nonstandard syntax for memory\n\
references, which matches the syntax produced in code disassembled by\n\
resource_dasm. The raw assembled code is written to stdout or to the\n\
output file. If no output filename is given and stdout is a terminal, a\n\
m68kdasm. The raw assembled code is written to stdout or to the output\n\
file. If no output filename is given and stdout is a terminal, a\n\
hex/ASCII view of the assembled code is written to the terminal instead\n\
of raw binary.\n\
\n", stderr);
Expand Down

0 comments on commit b435972

Please sign in to comment.