summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/ImplRepo_Service/ImR_Locator_i.cpp
diff options
context:
space:
mode:
authorelliott_c <ocielliottc@users.noreply.github.com>2003-06-17 14:21:54 +0000
committerelliott_c <ocielliottc@users.noreply.github.com>2003-06-17 14:21:54 +0000
commitedd06e7f44f2e49e32e8478626d2e6487bfbd1e2 (patch)
tree2f73ba18975a01c1768f01159aa6292caff4e151 /TAO/orbsvcs/ImplRepo_Service/ImR_Locator_i.cpp
parentdacf311fd0a066e3a8fa87747d384c9381fa7335 (diff)
downloadATCD-edd06e7f44f2e49e32e8478626d2e6487bfbd1e2.tar.gz
ChangeLogTag: Tue Jun 17 09:20:18 2003 Chad Elliott <elliott_c@ociweb.com>
Diffstat (limited to 'TAO/orbsvcs/ImplRepo_Service/ImR_Locator_i.cpp')
-rw-r--r--TAO/orbsvcs/ImplRepo_Service/ImR_Locator_i.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/TAO/orbsvcs/ImplRepo_Service/ImR_Locator_i.cpp b/TAO/orbsvcs/ImplRepo_Service/ImR_Locator_i.cpp
index dedc36eddcd..5bc0b020584 100644
--- a/TAO/orbsvcs/ImplRepo_Service/ImR_Locator_i.cpp
+++ b/TAO/orbsvcs/ImplRepo_Service/ImR_Locator_i.cpp
@@ -57,9 +57,9 @@ ImR_Locator_i::parse_args (int argc, char *argv [])
default:
ACE_ERROR_RETURN ((LM_ERROR,
"usage: %s "
- "-o <iorfile>"
- "-m"
- "-d"
+ "-o <iorfile> "
+ "-m "
+ "-d "
"\n",
argv [0]),
-1);