diff options
author | Benoit Foucher <benoit@zeroc.com> | 2005-02-01 14:54:33 +0000 |
---|---|---|
committer | Benoit Foucher <benoit@zeroc.com> | 2005-02-01 14:54:33 +0000 |
commit | c35c8086345a7e8f31d16bb464b8d2ea6c6d9942 (patch) | |
tree | f3fccfde2a9afc96cd6051aec7ca4b075452bd0a /cpp/src | |
parent | Fixes to the IcePack property documentation (diff) | |
download | ice-c35c8086345a7e8f31d16bb464b8d2ea6c6d9942.tar.bz2 ice-c35c8086345a7e8f31d16bb464b8d2ea6c6d9942.tar.xz ice-c35c8086345a7e8f31d16bb464b8d2ea6c6d9942.zip |
Docu fixes
Diffstat (limited to 'cpp/src')
-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 |