From 5a64858554fb32d9b9833a2abaa1213d3e9084c2 Mon Sep 17 00:00:00 2001 From: "B. Watson" Date: Sat, 27 Apr 2024 04:34:48 -0400 Subject: xexsplit: fix help output. --- xexsplit.c | 1 + 1 file changed, 1 insertion(+) (limited to 'xexsplit.c') 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"; -- cgit v1.2.3