1
0
mirror of https://github.com/simh/simh.git synced 2026-02-02 14:52:18 +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

@@ -72,7 +72,7 @@ int32 sys_model = 0;
CTAB vax_cmd[] = {
{ "BOOT", &vax_boot, RU_BOOT,
"bo{ot} boot simulator\n", &run_cmd_message },
"bo{ot} boot simulator\n", NULL, &run_cmd_message },
{ NULL }
};