diff options
author | David Wagner <david.wagner@intel.com> | 2014-06-25 13:27:45 +0200 |
---|---|---|
committer | David Wagner <david.wagner@intel.com> | 2014-06-25 13:27:45 +0200 |
commit | c07d55bb3c78872c48ee28ad56a8470b9a7f6f2d (patch) | |
tree | 8fafb8b6c563f26852c3827eb15e5e4dc4209a01 /remote-processor | |
parent | 142e27e17a001f862e55a689f1d22231cc8916c6 (diff) | |
parent | 9cc5b2b7d242f4e94f87a393d7e851040ee88990 (diff) | |
download | external_parameter-framework-c07d55bb3c78872c48ee28ad56a8470b9a7f6f2d.zip external_parameter-framework-c07d55bb3c78872c48ee28ad56a8470b9a7f6f2d.tar.gz external_parameter-framework-c07d55bb3c78872c48ee28ad56a8470b9a7f6f2d.tar.bz2 |
Merge pull request #4 from kir0gawa/help-messages
Help messages
Diffstat (limited to 'remote-processor')
-rw-r--r-- | remote-processor/RemoteCommandHandlerTemplate.h | 2 |
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; } |