summaryrefslogtreecommitdiff
path: root/TAO/docs/tutorials/Quoter/RTCORBA/Admin.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/docs/tutorials/Quoter/RTCORBA/Admin.cpp')
-rw-r--r--TAO/docs/tutorials/Quoter/RTCORBA/Admin.cpp8
1 files changed, 4 insertions, 4 deletions
diff --git a/TAO/docs/tutorials/Quoter/RTCORBA/Admin.cpp b/TAO/docs/tutorials/Quoter/RTCORBA/Admin.cpp
index 327da9e598e..c6de33c1e84 100644
--- a/TAO/docs/tutorials/Quoter/RTCORBA/Admin.cpp
+++ b/TAO/docs/tutorials/Quoter/RTCORBA/Admin.cpp
@@ -65,10 +65,10 @@ parse_args (int argc, ACE_TCHAR *argv[])
default:
ACE_ERROR_RETURN ((LM_ERROR,
"usage: %s\n"
- "-o <Distributor IOR> (the ior file of stock distributor (default is file://StockDistributor.ior)) \n"
- "-r <rate> (set the distribution rate to 'n' seconds (default is 1)) \n"
- "-b (start the stock distributor) \n"
- "-s (stop the stock distributor) \n"
+ "-o <Distributor IOR> (the ior file of stock distributor (default is file://StockDistributor.ior))\n"
+ "-r <rate> (set the distribution rate to 'n' seconds (default is 1))\n"
+ "-b (start the stock distributor)\n"
+ "-s (stop the stock distributor)\n"
"\n",
argv [0]),
-1);