diff options
author | Steve Huston <shuston@riverace.com> | 2002-07-29 23:03:03 +0000 |
---|---|---|
committer | Steve Huston <shuston@riverace.com> | 2002-07-29 23:03:03 +0000 |
commit | b2670a9efa25b8e8189dc31252fd5ab987cd1f0b (patch) | |
tree | 17229c49cd3439ffc120f4bfcb96ec95dd38c452 /ace/Get_Opt.h | |
parent | 5c4eede4782bd63a71551a5e4628ee500ebb2446 (diff) | |
download | ATCD-b2670a9efa25b8e8189dc31252fd5ab987cd1f0b.tar.gz |
ChangeLogTag:Mon Jul 29 17:30:27 2002 Steve Huston <shuston@riverace.com>
Diffstat (limited to 'ace/Get_Opt.h')
-rw-r--r-- | ace/Get_Opt.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ace/Get_Opt.h b/ace/Get_Opt.h index fe3eed09d08..a45542a0322 100644 --- a/ace/Get_Opt.h +++ b/ace/Get_Opt.h @@ -90,7 +90,7 @@ public: * @a argv element, or from the following @a argv * element (only valid for required arguments; * optional arguments must always reside in the same - * @argv element). The argument value, if any is + * @a argv element). The argument value, if any is * returned by the @c opt_arg() method. * @a optstring can be extended by adding long options * with corresponding short options via the |