summaryrefslogtreecommitdiff
path: root/cpp/src
diff options
context:
space:
mode:
authorMark Spruiell <mes@zeroc.com>2004-03-02 00:20:21 +0000
committerMark Spruiell <mes@zeroc.com>2004-03-02 00:20:21 +0000
commit4076e915a67b7765f657e3abfdb5fd3bde51a16c (patch)
treebc71ab87cfc93bf0596066beb552a75cdcc6d74f /cpp/src
parentupdate (diff)
downloadice-4076e915a67b7765f657e3abfdb5fd3bde51a16c.tar.bz2
ice-4076e915a67b7765f657e3abfdb5fd3bde51a16c.tar.xz
ice-4076e915a67b7765f657e3abfdb5fd3bde51a16c.zip
minor fixes
Diffstat (limited to 'cpp/src')
-rw-r--r--cpp/src/IcePack/Parser.cpp8
1 files changed, 4 insertions, 4 deletions
diff --git a/cpp/src/IcePack/Parser.cpp b/cpp/src/IcePack/Parser.cpp
index dc057489274..74e1f031d88 100644
--- a/cpp/src/IcePack/Parser.cpp
+++ b/cpp/src/IcePack/Parser.cpp
@@ -72,12 +72,12 @@ IcePack::Parser::usage()
"server pid NAME Get server NAME pid.\n"
"server start NAME Start server NAME.\n"
"server stop NAME Stop server NAME.\n"
- "server signal NAME SIGNAL Send SIGNAL (e.g. SIGTERM or 15) to server NAME\n"
- "server stdout NAME MESSAGE Write MESSAGE on server NAME's stdout\n"
- "server stderr NAME MESSAGE Write MESSAGE on server NAME's stderr\n"
+ "server signal NAME SIGNAL Send SIGNAL (e.g. SIGTERM or 15) to server NAME.\n"
+ "server stdout NAME MESSAGE Write MESSAGE on server NAME's stdout.\n"
+ "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 activation."
"\n"
"adapter list List all registered adapters.\n"
"adapter endpoints NAME Get adapter NAME endpoints.\n"