Skip to content

Commit

Permalink
Help Text Update in sysconf, See #451
Browse files Browse the repository at this point in the history
- Per Issue #451, minor correction to help text in sysconf.asm.

Co-Authored-By: Mark Pruden <[email protected]>
  • Loading branch information
wwarthen and kiwisincebirth committed Dec 5, 2024
1 parent 8873118 commit edd0e58
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Source/HBIOS/sysconf.asm
Original file line number Diff line number Diff line change
Expand Up @@ -504,7 +504,7 @@ str_banner .db "\r\n"
MSG_MENU .DB "\r\n"
.DB "Commands:\r\n"
.DB " (P)rint - Display Current settings\r\n"
.DB " (S)et {SW},{val}[,{val}[,{val}]]- Set a switch value(s)\r\n"
.DB " (S)et {SW} {val}[,{val}[,{val}]]- Set a switch value(s)\r\n"
.DB " (R)eset - Init NVRAM to Defaults\r\n"
.DB " (H)elp [{SW}] - This help menu, or help on a switch\r\n"
.DB " (Q)uit - Quit\r\n"
Expand Down

0 comments on commit edd0e58

Please sign in to comment.