From 6079add9e78292d4df4ae3ee1421cdc6f687572f Mon Sep 17 00:00:00 2001 From: Mark Pizzolato Date: Tue, 10 Jan 2012 20:18:12 -0800 Subject: [PATCH] make output of 'show show' command consistent with other help output (lowercase primary commands). --- scp.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scp.c b/scp.c index 65ff2658..56122651 100644 --- a/scp.c +++ b/scp.c @@ -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)