summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/FTRT_Event_Service/Event_Service/FT_EventService.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/orbsvcs/FTRT_Event_Service/Event_Service/FT_EventService.cpp')
-rw-r--r--TAO/orbsvcs/FTRT_Event_Service/Event_Service/FT_EventService.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/TAO/orbsvcs/FTRT_Event_Service/Event_Service/FT_EventService.cpp b/TAO/orbsvcs/FTRT_Event_Service/Event_Service/FT_EventService.cpp
index 5d9230fa4cd..5dc0bd322e2 100644
--- a/TAO/orbsvcs/FTRT_Event_Service/Event_Service/FT_EventService.cpp
+++ b/TAO/orbsvcs/FTRT_Event_Service/Event_Service/FT_EventService.cpp
@@ -174,10 +174,10 @@ FT_EventService::parse_args (int argc, ACE_TCHAR* argv [])
case '?':
default:
ACE_DEBUG ((LM_DEBUG,
- ACE_TEXT("Usage: %s \n")
+ ACE_TEXT("Usage: %s\n")
ACE_TEXT(" -j join the object group\n")
ACE_TEXT(" -p set as primary\n")
- ACE_TEXT(" -s <global|local> \n")
+ ACE_TEXT(" -s <global|local>\n")
ACE_TEXT("\n"),
argv[0]));
return -1;