summaryrefslogtreecommitdiff
path: root/flat/CIAO/CIDLC/DescriptorGenerator.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'flat/CIAO/CIDLC/DescriptorGenerator.cpp')
-rw-r--r--flat/CIAO/CIDLC/DescriptorGenerator.cpp6
1 files changed, 6 insertions, 0 deletions
diff --git a/flat/CIAO/CIDLC/DescriptorGenerator.cpp b/flat/CIAO/CIDLC/DescriptorGenerator.cpp
index 76a5a810774..e675c27eddf 100644
--- a/flat/CIAO/CIDLC/DescriptorGenerator.cpp
+++ b/flat/CIAO/CIDLC/DescriptorGenerator.cpp
@@ -515,6 +515,12 @@ void
DescriptorGenerator::options (CL::Description& d)
{
d.add_option (CL::OptionDescription (
+ "gen-desc-file",
+ "Generate the component descriptor file.",
+ CL::OptionType::flag,
+ 1));
+
+ d.add_option (CL::OptionDescription (
"desc-file-suffix",
"suffix",
"Use provided suffix instead of default \'.ccd\' "