summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/ImplRepo_Service/ImR_Locator_i.cpp
diff options
context:
space:
mode:
authorelliott_c <elliott_c@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2003-06-17 14:21:54 +0000
committerelliott_c <elliott_c@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2003-06-17 14:21:54 +0000
commit3fe07e189fcead6cc8f8fda0b9a6c3dea60875f1 (patch)
tree2f73ba18975a01c1768f01159aa6292caff4e151 /TAO/orbsvcs/ImplRepo_Service/ImR_Locator_i.cpp
parent5d1041ad09cd18cfd367b3fa98f2dab447735080 (diff)
downloadATCD-3fe07e189fcead6cc8f8fda0b9a6c3dea60875f1.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);