summaryrefslogtreecommitdiffstats
path: root/remote-processor
diff options
context:
space:
mode:
Diffstat (limited to 'remote-processor')
-rw-r--r--remote-processor/RemoteCommandHandlerTemplate.h2
1 files changed, 1 insertions, 1 deletions
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;
}