aboutsummaryrefslogtreecommitdiff
path: root/xexsplit.c
diff options
context:
space:
mode:
authorB. Watson <urchlay@slackware.uk>2024-04-27 04:34:48 -0400
committerB. Watson <urchlay@slackware.uk>2024-04-27 04:34:48 -0400
commit5a64858554fb32d9b9833a2abaa1213d3e9084c2 (patch)
tree476135c5a7368cec32f690492163803bf352438e /xexsplit.c
parent9e221627fe6be1d589eba530bd11528e5376c2b8 (diff)
downloadbw-atari8-tools-5a64858554fb32d9b9833a2abaa1213d3e9084c2.tar.gz
xexsplit: fix help output.
Diffstat (limited to 'xexsplit.c')
-rw-r--r--xexsplit.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/xexsplit.c b/xexsplit.c
index c120ae6..0ebe765 100644
--- a/xexsplit.c
+++ b/xexsplit.c
@@ -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";