diff options
-rw-r--r-- | TAO/tests/Multiple_Inheritance/client.cpp | 8 | ||||
-rw-r--r-- | TAO/tests/Multiple_Inheritance/server.cpp | 2 |
2 files changed, 5 insertions, 5 deletions
diff --git a/TAO/tests/Multiple_Inheritance/client.cpp b/TAO/tests/Multiple_Inheritance/client.cpp index 0cc7d52c14b..84fb79c7829 100644 --- a/TAO/tests/Multiple_Inheritance/client.cpp +++ b/TAO/tests/Multiple_Inheritance/client.cpp @@ -43,10 +43,10 @@ parse_args (int argc, char **argv) case '?': default: ACE_ERROR_RETURN ((LM_ERROR, - "\nusage: %s" - "-d" - "-i <ior_input_file>" - "-k IOR" + "\nusage: %s " + "-d " + "-i <ior_input_file> " + "-k IOR " "\n", argv [0]), -1); diff --git a/TAO/tests/Multiple_Inheritance/server.cpp b/TAO/tests/Multiple_Inheritance/server.cpp index 3e08bf3d3b8..2a7232db67e 100644 --- a/TAO/tests/Multiple_Inheritance/server.cpp +++ b/TAO/tests/Multiple_Inheritance/server.cpp @@ -25,7 +25,7 @@ parse_args (int argc, char **argv) case '?': default: ACE_ERROR_RETURN ((LM_ERROR, - "usage: %s" + "usage: %s " "-d " "-o <iorfile>" "\n", |