From bacf0da9d2782bbe3f0256022fb4f367e532bedc Mon Sep 17 00:00:00 2001 From: Mattijs Korpershoek Date: Wed, 5 Mar 2014 11:30:47 +0100 Subject: Changed failmessage when entering unkown command New users should be aware of the existence of the "help" command when they try the pfw for their first time --- remote-processor/RemoteCommandHandlerTemplate.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'remote-processor') diff --git a/remote-processor/RemoteCommandHandlerTemplate.h b/remote-processor/RemoteCommandHandlerTemplate.h index 000ab70..fbfa059 100644 --- a/remote-processor/RemoteCommandHandlerTemplate.h +++ b/remote-processor/RemoteCommandHandlerTemplate.h @@ -164,7 +164,7 @@ private: if (!pRemoteCommandParserItem) { // Not found - strResult = "Command not found!"; + strResult = "Command not found!\nUse \"help\" to show available commands"; return false; } -- cgit v1.1