Skip to content

Commit

Permalink
Small commandline fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Spritetm committed Jul 8, 2024
1 parent ab49adc commit 831e54a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion main.c
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ int main(int argc, char **argv) {
cfg.u15_rom=argv[i];
} else if (strcmp(argv[i], "-u17")==0 && i+1<argc) {
i++;
cfg.u15_rom=argv[i];
cfg.u17_rom=argv[i];
} else if (strcmp(argv[i], "-hd")==0 && i+1<argc) {
i++;
cfg.hd0img=argv[i];
Expand Down
2 changes: 1 addition & 1 deletion plexem.html
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@
<li>If you're at the 'PLEXUS PRIMARY BOOT REV 1.2' prompt, the Plexus is waiting for you to do something. Try pressing enter to boot Unix.</li>
<li>If you run 'init 2', you need to login. Try user 'root' with no password.</li>
<li>If you get weird colored blocks in the terminal, please allow using canvas image data for this site. There probably is an icon for that in the address bar.</li>
<li>Hard disk changes are saved to local storage in your browser. Changing computers or browsers will clear it.</li>
<li>Hard disk changes are saved to local storage in your browser. Changing computers or browsers will clear it. Your browser may also clear the storage when it's unused for a long time or your (physical) machine is running low on hard disk space.</li>
</ul>
<button id="closefaq">Close</button>
</dialog>
Expand Down

0 comments on commit 831e54a

Please sign in to comment.