diff options
author | B. Watson <urchlay@slackware.uk> | 2024-04-27 04:34:48 -0400 |
---|---|---|
committer | B. Watson <urchlay@slackware.uk> | 2024-04-27 04:34:48 -0400 |
commit | 5a64858554fb32d9b9833a2abaa1213d3e9084c2 (patch) | |
tree | 476135c5a7368cec32f690492163803bf352438e | |
parent | 9e221627fe6be1d589eba530bd11528e5376c2b8 (diff) | |
download | bw-atari8-tools-5a64858554fb32d9b9833a2abaa1213d3e9084c2.tar.gz |
xexsplit: fix help output.
-rw-r--r-- | xexsplit.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -17,6 +17,7 @@ char *usage = SELF " v" VERSION " by B. Watson (WTFPL)\n" "Split a multi-segment Atari binary load file into multiple files\n" "usage: " SELF " -[hv] [infile.xex] [outfile-prefix]\n" + " -r Raw output (not xex).\n" " -h Print this help\n" " -v Verbose operation\n"; |