diff options
author | Mark Spruiell <mes@zeroc.com> | 2004-04-20 21:27:22 +0000 |
---|---|---|
committer | Mark Spruiell <mes@zeroc.com> | 2004-04-20 21:27:22 +0000 |
commit | e23dc93cc5734229823e8f6dff0259648c70d610 (patch) | |
tree | b33bb635e089fbd16491034bc217cbe91b10f04a /cpp/src/IcePack/Parser.cpp | |
parent | adding support for download totals; adding API documentation (diff) | |
download | ice-e23dc93cc5734229823e8f6dff0259648c70d610.tar.bz2 ice-e23dc93cc5734229823e8f6dff0259648c70d610.tar.xz ice-e23dc93cc5734229823e8f6dff0259648c70d610.zip |
minor fixes
Diffstat (limited to 'cpp/src/IcePack/Parser.cpp')
-rw-r--r-- | cpp/src/IcePack/Parser.cpp | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/cpp/src/IcePack/Parser.cpp b/cpp/src/IcePack/Parser.cpp index 74e1f031d88..e4ea8d86167 100644 --- a/cpp/src/IcePack/Parser.cpp +++ b/cpp/src/IcePack/Parser.cpp @@ -77,13 +77,13 @@ IcePack::Parser::usage() "server stderr NAME MESSAGE Write MESSAGE on server NAME's stderr.\n" "server activation NAME [on-demand | manual] \n" " Set the server activation mode to on-demand or\n" - " manual activation." + " manual." "\n" "adapter list List all registered adapters.\n" - "adapter endpoints NAME Get adapter NAME endpoints.\n" + "adapter endpoints NAME Get endpoints of adapter NAME.\n" "\n" "object add PROXY [TYPE] Add an object to the object registry,\n" - " optionally specifies its type.\n" + " optionally specifying its type.\n" "object remove IDENTITY Remove an object from the object registry.\n" "object find TYPE Find all objects with the type TYPE.\n" "\n" |