From 798d1239f10b7c151ba3e6f54f8de14868c77686 Mon Sep 17 00:00:00 2001 From: Mark Pizzolato Date: Wed, 10 Apr 2013 10:41:23 -0700 Subject: [PATCH] Fixed missing help description for SHOW FEATURES command --- scp.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scp.c b/scp.c index b201c9dc..13adfd87 100644 --- a/scp.c +++ b/scp.c @@ -719,7 +719,7 @@ static CTAB cmd_table[] = { "sh{ow} con{figuration} show configuration\n" "sh{ow} cons{ole} {arg} show console options\n" "sh{ow} dev{ices} show devices\n" - "sh{ow} sys{tem} show system devices with descriptions\n" + "sh{ow} fea{tures} show system devices with descriptions\n" "sh{ow} m{odifiers} show modifiers for all devices\n" "sh{ow} s{how} show SHOW commands for all devices\n" "sh{ow} n{ames} show logical names\n"