make output of 'show show' command consistent with other help output (lowercase primary commands).
This commit is contained in:
parent
d14853e14a
commit
6079add9e7
1 changed files with 1 additions and 1 deletions
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)
|
||||||
|
|
Loading…
Add table
Reference in a new issue