summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/ImplRepo_Service
diff options
context:
space:
mode:
authorelliott_c <ocielliottc@users.noreply.github.com>2003-06-17 15:00:58 +0000
committerelliott_c <ocielliottc@users.noreply.github.com>2003-06-17 15:00:58 +0000
commit0d67ae46b65451cf59ff7c1dd4d44eb14bc503d4 (patch)
tree8b3864bd44582db6d99269a73d978efa4612fcfa /TAO/orbsvcs/ImplRepo_Service
parentedd06e7f44f2e49e32e8478626d2e6487bfbd1e2 (diff)
downloadATCD-0d67ae46b65451cf59ff7c1dd4d44eb14bc503d4.tar.gz
ChangeLogTag: Tue Jun 17 09:59:56 2003 Chad Elliott <elliott_c@ociweb.com>
Diffstat (limited to 'TAO/orbsvcs/ImplRepo_Service')
-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"));
}