summaryrefslogtreecommitdiff
path: root/CIAO/CIDLC/DescriptorGenerator.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'CIAO/CIDLC/DescriptorGenerator.cpp')
-rw-r--r--CIAO/CIDLC/DescriptorGenerator.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/CIAO/CIDLC/DescriptorGenerator.cpp b/CIAO/CIDLC/DescriptorGenerator.cpp
index f7b5912f3fa..456f0fe4b12 100644
--- a/CIAO/CIDLC/DescriptorGenerator.cpp
+++ b/CIAO/CIDLC/DescriptorGenerator.cpp
@@ -526,14 +526,14 @@ DescriptorGenerator::options (CL::Description& d)
"suffix",
"Use provided suffix instead of default \'.ccd\' "
"when constructing name of descriptor file.",
- true));
+ CL::OptionType::value));
d.add_option (CL::OptionDescription (
"desc-file-regex",
"regex",
"Use provided regular expression when constructing "
"name of descriptor file.",
- true));
+ CL::OptionType::value));
}
void