Skip to content

Commit

Permalink
prompt text
Browse files Browse the repository at this point in the history
  • Loading branch information
bkw777 committed Jul 5, 2021
1 parent 70c9fc7 commit d197857
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dl.c
Original file line number Diff line number Diff line change
Expand Up @@ -217,7 +217,7 @@ int bootstrap(char *f) {
if(access(pre_install_txt_file,F_OK)>=0) {
cat(pre_install_txt_file);
} else {
printf("Prepare the portable. Hints:\n");
printf("Prepare the portable to receive. Hints:\n");
printf("\tRUN \"COM:98N1ENN\"\t(for TANDY, Kyotronic, Olivetti)\n");
printf("\tRUN \"COM:9N81XN\"\t(for NEC)\n");
printf("\n");
Expand Down

0 comments on commit d197857

Please sign in to comment.