Skip to content
Snippets Groups Projects
Commit 2d3a68a8 authored by Rob Swindell's avatar Rob Swindell :speech_balloon:
Browse files

Fix typo in help output

parent 88e013a0
No related branches found
No related tags found
1 merge request!463MRC mods by Codefenix (2024-10-20)
......@@ -69,7 +69,7 @@ for(var i = 0; i < argc; i++) {
writeln("optional:");
writeln(" dir-code: File directory internal code");
writeln(" listfile: Name of listfile (e.g. FILES.BBS)");
writeln(" desc-off: Descripition character offset (number)");
writeln(" desc-off: Description character offset (number)");
exit(0);
}
if(opt.indexOf("ex=") == 0) {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment