summaryrefslogtreecommitdiff
path: root/cpp/src
diff options
context:
space:
mode:
Diffstat (limited to 'cpp/src')
-rw-r--r--cpp/src/IcePack/Parser.cpp6
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"