1
0
mirror of https://github.com/open-simh/simh.git synced 2026-05-02 22:33:04 +00:00

SCP: Initial merge of old style single line help with hierarchical help

This commit is contained in:
Mark Pizzolato
2014-02-01 07:04:44 -08:00
parent 235ffdb6f0
commit eaae19463c
10 changed files with 983 additions and 353 deletions

View File

@@ -141,7 +141,7 @@ DEVICE sysb_dev = {
CTAB vax730_cmd[] = {
{ "BOOT", &vax730_boot, RU_BOOT,
"bo{ot} <device>{/R5:flg} boot device\n"
" type HELP CPU to see bootable devices\n", &run_cmd_message },
" type HELP CPU to see bootable devices\n", NULL, &run_cmd_message },
{ NULL }
};