summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs
diff options
context:
space:
mode:
authorelliott_c <elliott_c@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2003-06-17 15:00:58 +0000
committerelliott_c <elliott_c@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2003-06-17 15:00:58 +0000
commit5c6e27500cde3fed1956b431028fbf26a44b884b (patch)
tree8b3864bd44582db6d99269a73d978efa4612fcfa /TAO/orbsvcs
parent3fe07e189fcead6cc8f8fda0b9a6c3dea60875f1 (diff)
downloadATCD-5c6e27500cde3fed1956b431028fbf26a44b884b.tar.gz
ChangeLogTag: Tue Jun 17 09:59:56 2003 Chad Elliott <elliott_c@ociweb.com>
Diffstat (limited to 'TAO/orbsvcs')
-rw-r--r--TAO/orbsvcs/ImplRepo_Service/tao_imr_i.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/TAO/orbsvcs/ImplRepo_Service/tao_imr_i.cpp b/TAO/orbsvcs/ImplRepo_Service/tao_imr_i.cpp
index a2fac9ece19..c7cb912ed46 100644
--- a/TAO/orbsvcs/ImplRepo_Service/tao_imr_i.cpp
+++ b/TAO/orbsvcs/ImplRepo_Service/tao_imr_i.cpp
@@ -132,7 +132,7 @@ TAO_IMR_i::parse_args (void)
}
// Adjust argc and argv so only the command specific args are passed
- return this->op_->parse (this->argc_ - 2, this->argv_ + 2);
+ return this->op_->parse (this->argc_ - 1, this->argv_ + 1);
}
@@ -1139,7 +1139,7 @@ TAO_IMR_Op_Add::print_usage (void)
" -h Displays this\n"
" -c command Startup command\n"
" -w dir Working directory\n"
- " -a mode Set activate mode (NORMAL|MANUAL|PER_CLIENT|AUTO_START)"));
+ " -a mode Set activate mode (NORMAL|MANUAL|PER_CLIENT|AUTO_START)\n"));
}
void
@@ -1216,7 +1216,7 @@ TAO_IMR_Op_Update::print_usage (void)
" -h Displays this\n"
" -c command Startup command\n"
" -w dir Working directory\n"
- " -a mode Set activate mode (NORMAL|MANUAL|PER_CLIENT|AUTO_START)"));
+ " -a mode Set activate mode (NORMAL|MANUAL|PER_CLIENT|AUTO_START)\n"));
}