Changeset 1082 for trunk/bin/Parameter.cc
- Timestamp:
- Jun 8, 2010, 6:15:53 AM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/bin/Parameter.cc
r1066 r1082 53 53 config_file_(cmd_, "config-file", 54 54 "configuration file [<ROOT>/.svndigest/config]"), 55 force_(cmd_, "f,force",56 std::string("if sub-directory named <ROOT> exists in target dire")+57 std::string("ctory, remove sub-directory before writing results")),58 55 generate_config_(cmd_, "g,generate-config", 59 56 "write configuration to standard output"), … … 162 159 163 160 164 bool Parameter::force(void) const165 {166 return force_.present();167 }168 169 170 161 bool Parameter::generate_config(void) const 171 162 {
Note: See TracChangeset
for help on using the changeset viewer.