mirror of
https://github.com/simh/simh.git
synced 2026-04-27 04:26:41 +00:00
make output of 'show show' command consistent with other help output (lowercase primary commands).
This commit is contained in:
2
scp.c
2
scp.c
@@ -2168,7 +2168,7 @@ if (dptr->modifiers) {
|
|||||||
continue;
|
continue;
|
||||||
if (any++)
|
if (any++)
|
||||||
fprintf (st, ", %s", mptr->pstring);
|
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)
|
if (any)
|
||||||
|
|||||||
Reference in New Issue
Block a user