diff options
author | elliott_c <elliott_c@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 2007-04-18 15:37:10 +0000 |
---|---|---|
committer | elliott_c <elliott_c@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 2007-04-18 15:37:10 +0000 |
commit | 7893249ffc4da76c687d648f76a776969cc9325f (patch) | |
tree | a24a4247a31d276a88cb5e5a9312fb0d45e4f131 | |
parent | 2b47a70fd35e2beddcd9292009b3de6079588a46 (diff) | |
download | ATCD-7893249ffc4da76c687d648f76a776969cc9325f.tar.gz |
ChangeLogTag: Wed Apr 18 15:37:09 UTC 2007 Chad Elliott <elliott_c@ociweb.com>
-rw-r--r-- | TAO/ChangeLog | 6 | ||||
-rw-r--r-- | TAO/orbsvcs/ImplRepo_Service/Activator_Options.cpp | 2 |
2 files changed, 7 insertions, 1 deletions
diff --git a/TAO/ChangeLog b/TAO/ChangeLog index 781c557cc67..6c865de84c1 100644 --- a/TAO/ChangeLog +++ b/TAO/ChangeLog @@ -1,3 +1,9 @@ +Wed Apr 18 15:37:09 UTC 2007 Chad Elliott <elliott_c@ociweb.com> + + * orbsvcs/ImplRepo_Service/Activator_Options.cpp: + + Clarify the units accepted by the -e option. + Wed Apr 18 13:01:12 UTC 2007 Johnny Willemsen <jwillemsen@remedy.nl> * tests/Bug_2791_Regression/MessageFactory.h: diff --git a/TAO/orbsvcs/ImplRepo_Service/Activator_Options.cpp b/TAO/orbsvcs/ImplRepo_Service/Activator_Options.cpp index 82d4d8ed88e..bd76314ff46 100644 --- a/TAO/orbsvcs/ImplRepo_Service/Activator_Options.cpp +++ b/TAO/orbsvcs/ImplRepo_Service/Activator_Options.cpp @@ -195,7 +195,7 @@ Activator_Options::print_usage (void) const " -c command Runs service commands \n" " ('install' or 'remove' or 'install_no_imr')\n" " -d level Sets the debug level\n" - " -e buflen Set the environment buffer length for activated servants\n" + " -e buflen Set the environment buffer length in bytes for activated servants\n" " -o file Outputs the ImR's IOR to a file\n" " -l Notify the ImR when a process exits\n" " -n name Specify a name for the Activator\n") |