summaryrefslogtreecommitdiff
path: root/TAO/CIAO/tools/Assembly_Deployer/Assembly_Manager.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/CIAO/tools/Assembly_Deployer/Assembly_Manager.cpp')
-rw-r--r--TAO/CIAO/tools/Assembly_Deployer/Assembly_Manager.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/TAO/CIAO/tools/Assembly_Deployer/Assembly_Manager.cpp b/TAO/CIAO/tools/Assembly_Deployer/Assembly_Manager.cpp
index 6c9663ac3a5..054463da46b 100644
--- a/TAO/CIAO/tools/Assembly_Deployer/Assembly_Manager.cpp
+++ b/TAO/CIAO/tools/Assembly_Deployer/Assembly_Manager.cpp
@@ -39,9 +39,9 @@ parse_args (int argc, char *argv[])
case '?': // display help for use of the server.
default:
ACE_ERROR_RETURN ((LM_ERROR,
- "usage: %s"
- "-c <deployment configuration file>"
- "-o <ior_output_file>"
+ "usage: %s\n"
+ "-c <deployment configuration file>\n"
+ "-o <ior_output_file>\n"
"\n",
argv [0]),
-1);