diff options
author | schmidt <douglascraigschmidt@users.noreply.github.com> | 2001-04-21 04:14:47 +0000 |
---|---|---|
committer | schmidt <douglascraigschmidt@users.noreply.github.com> | 2001-04-21 04:14:47 +0000 |
commit | 67e153941a7425ac9796fbcfeebac64c3b418444 (patch) | |
tree | 981f1b1a776afc4d8ae3c6f35d7b2e2d14f3b575 /ace | |
parent | f5cf38379465753cf4d2ae6b6eefccc9daf25bb6 (diff) | |
download | ATCD-67e153941a7425ac9796fbcfeebac64c3b418444.tar.gz |
ChangeLogTag:Fri Apr 20 18:21:41 2001 Carlos O'Ryan <coryan@uci.edu>
Diffstat (limited to 'ace')
-rw-r--r-- | ace/Get_Opt.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/ace/Get_Opt.h b/ace/Get_Opt.h index 013d7cfb4fc..ee1a485268e 100644 --- a/ace/Get_Opt.h +++ b/ace/Get_Opt.h @@ -47,14 +47,14 @@ public: * following <argv>-element, and returned in <optarg>. * * If an option character is seen that is not listed in <optstring>, - * return '?' after printing an error message. If you set <opterr> - * to zero, the error message is suppressed but we still return '?'. + * return '?' after printing an error message. If you set + * <report_errors> to zero, the error message is suppressed but we + * still return '?'. * * If a char in <optstring> is followed by a colon, that means it * wants an arg, so the following text in the same <argv>-element, * or the text of the following <argv>-element, is returned in - * <optarg>. - */ + * <optarg>. */ ACE_Get_Opt (int argc, ACE_TCHAR **argv, const ACE_TCHAR *optstring, |