diff options
author | parsons <parsons@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 2010-09-13 19:19:04 +0000 |
---|---|---|
committer | parsons <parsons@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 2010-09-13 19:19:04 +0000 |
commit | f7d14d8d2741e88576f565b382fb7ad71e0fca7e (patch) | |
tree | 8925c225f987b640693d11d23e6a033980e63f7f /TAO/TAO_IDL/be/be_util.cpp | |
parent | d7d869e9885f355de69af139e6393ef996129205 (diff) | |
download | ATCD-f7d14d8d2741e88576f565b382fb7ad71e0fca7e.tar.gz |
ChangeLogTag: Mon Sep 13 19:09:35 UTC 2010 Jeff Parsons <j.parsons@vanderbilt.edu>
Diffstat (limited to 'TAO/TAO_IDL/be/be_util.cpp')
-rw-r--r-- | TAO/TAO_IDL/be/be_util.cpp | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/TAO/TAO_IDL/be/be_util.cpp b/TAO/TAO_IDL/be/be_util.cpp index 8a2adb6245c..a9df3463559 100644 --- a/TAO/TAO_IDL/be/be_util.cpp +++ b/TAO/TAO_IDL/be/be_util.cpp @@ -719,6 +719,12 @@ be_util::usage (void) )); ACE_DEBUG (( LM_DEBUG, + ACE_TEXT (" -iC <path>\tInclude path for the generated stub files") + ACE_TEXT ("in *A.h. Can be relative to $TAO_ROOT or $CIAO_ROOT. ") + ACE_TEXT ("Default is $TAO_ROOT/tao or current directory\n") + )); + ACE_DEBUG (( + LM_DEBUG, ACE_TEXT (" -o <output_dir>\tOutput directory for the generated files.") ACE_TEXT (" Default is current directory\n") )); |