diff options
Diffstat (limited to 'cpp')
-rw-r--r-- | cpp/src/IcePack/Parser.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/cpp/src/IcePack/Parser.cpp b/cpp/src/IcePack/Parser.cpp index eaef6e75a37..5794dc797ea 100644 --- a/cpp/src/IcePack/Parser.cpp +++ b/cpp/src/IcePack/Parser.cpp @@ -324,9 +324,9 @@ IcePack::Parser::usage() "object remove IDENTITY Remove an object from the object registry.\n" "object find TYPE Find all objects with the type TYPE.\n" "object describe EXPR Describe all registered objects whose stringified\n" - " identity match EXPR.\n" + " identity match EXPR, e.g.: 'object describe Ice*'.\n" "object list EXPR List all registered objects whose stringified\n" - " identity match EXPR.\n" + " identity match EXPR, e.g.: 'object list Ice*'.\n" "\n" "shutdown Shut the IcePack registry down.\n" #ifdef GPL_BUILD |