Added missing VAX 8600 message display after boot command returns

This commit is contained in:
Mark Pizzolato 2012-12-27 12:22:22 -08:00
parent 425ef4f113
commit fbb783f5dd

View file

@ -188,7 +188,7 @@ DEVICE abus_dev = {
CTAB vax860_cmd[] = { CTAB vax860_cmd[] = {
{ "BOOT", &vax860_boot, RU_BOOT, { "BOOT", &vax860_boot, RU_BOOT,
"bo{ot} <device>{/R5:flg} boot device\n" }, "bo{ot} <device>{/R5:flg} boot device\n", &run_cmd_message },
{ NULL } { NULL }
}; };