From: mfranz Date: Tue, 20 Feb 2007 21:12:56 +0000 (+0000) Subject: remove "show" command from help screen (command can be removed later) X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=b6f98f91b93db5c7d3176d45e358743202aa7b64;p=flightgear.git remove "show" command from help screen (command can be removed later) --- 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 ); } }