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 /dla2csv.c | |
| parent | af9405654fa3978308b05264881fd5c55486ce36 (diff) | |
| download | dla-asm-445cf70e81ae91f7931891639f1c697b8cac706d.tar.gz | |
dla2csv.xex: update help message.
Diffstat (limited to 'dla2csv.c')
| -rw-r--r-- | dla2csv.c | 11 | 
1 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) { | 
