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)