From b6f98f91b93db5c7d3176d45e358743202aa7b64 Mon Sep 17 00:00:00 2001 From: mfranz Date: Tue, 20 Feb 2007 21:12:56 +0000 Subject: [PATCH] remove "show" command from help screen (command can be removed later) --- src/Network/props.cxx | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/Network/props.cxx b/src/Network/props.cxx index 234728020..61ebdcf13 100644 --- a/src/Network/props.cxx +++ b/src/Network/props.cxx @@ -411,8 +411,7 @@ prompt switch to interactive mode (default)\r\n\ pwd display your current path\r\n\ quit terminate connection\r\n\ run run built in command\r\n\ -set set to a new \r\n\ -show synonym for get\r\n"; +set set to a new \r\n"; push( msg ); } }