diff options
author | B. Watson <urchlay@slackware.uk> | 2022-11-12 03:37:09 -0500 |
---|---|---|
committer | B. Watson <urchlay@slackware.uk> | 2022-11-12 03:37:09 -0500 |
commit | 445cf70e81ae91f7931891639f1c697b8cac706d (patch) | |
tree | 39c8ce6646c2844758c4d97fb687e4ed8e94ee6d | |
parent | af9405654fa3978308b05264881fd5c55486ce36 (diff) | |
download | dla-asm-445cf70e81ae91f7931891639f1c697b8cac706d.tar.gz |
dla2csv.xex: update help message.
-rw-r--r-- | dla2csv.c | 11 | ||||
-rw-r--r-- | dla2csv.xex | bin | 10948 -> 11014 bytes |
2 files changed, 7 insertions, 4 deletions
@@ -259,9 +259,12 @@ int main(int argc, char **argv) { #ifdef __ATARI__ printf("\n" - "At any filename prompt, you may enter\n" - "a number, to get a directory of that\n" - "drive."); + "At any filename prompt, you may:\n" ); + printf( + "- Press Return, to exit this program.\n"); + printf( + "- Enter a number, to get a directory of\n" + " that drive."); /* be nice to emulator users. 0x31a is HATABS. */ for(i = 0x31a; i < 0x340; i += 3) { if(*((char *)i) == 'H') { @@ -269,7 +272,7 @@ int main(int argc, char **argv) { break; } } - printf("\n\n"); + printf("\n"); #endif while(1) { diff --git a/dla2csv.xex b/dla2csv.xex Binary files differindex 6382173..8ed97ad 100644 --- a/dla2csv.xex +++ b/dla2csv.xex |