summaryrefslogtreecommitdiff
path: root/examples/ASX/Event_Server/Event_Server/Options.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'examples/ASX/Event_Server/Event_Server/Options.cpp')
-rw-r--r--examples/ASX/Event_Server/Event_Server/Options.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/examples/ASX/Event_Server/Event_Server/Options.cpp b/examples/ASX/Event_Server/Event_Server/Options.cpp
index d44a5643019..16ce65aa5fd 100644
--- a/examples/ASX/Event_Server/Event_Server/Options.cpp
+++ b/examples/ASX/Event_Server/Event_Server/Options.cpp
@@ -168,12 +168,12 @@ Options::parse_args (int argc, ACE_TCHAR *argv[])
"\t[-H high water mark]\n"
"\t[-i number of test iterations]\n"
"\t[-L low water mark]\n"
- "\t[-M] message size \n"
+ "\t[-M] message size\n"
"\t[-n] (THR_NEW_LWP)\n"
"\t[-q max queue size]\n"
"\t[-s supplier port]\n"
"\t[-t number of threads]\n"
- "\t[-v] (verbose) \n",
+ "\t[-v] (verbose)\n",
ACE_TEXT_ALWAYS_CHAR (argv[0]));
ACE_OS::exit (1);
/* NOTREACHED */