1
0
mirror of https://github.com/open-simh/simh.git synced 2026-01-13 23:37:13 +00:00

make output of 'show show' command consistent with other help output (lowercase primary commands).

This commit is contained in:
Mark Pizzolato 2012-01-10 20:18:12 -08:00
parent d14853e14a
commit 6079add9e7

2
scp.c
View File

@ -2168,7 +2168,7 @@ if (dptr->modifiers) {
continue;
if (any++)
fprintf (st, ", %s", mptr->pstring);
else fprintf (st, "SHOW %s\t%s", sim_dname (dptr), mptr->pstring);
else fprintf (st, "sh{ow} %s\t%s", sim_dname (dptr), mptr->pstring);
}
}
if (any)