Ignore:
Timestamp:
Jun 8, 2010, 6:15:53 AM (13 years ago)
Author:
Peter Johansson
Message:

remove force option in svncopyright

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/bin/Parameter.cc

    r1066 r1082  
    5353      config_file_(cmd_, "config-file",
    5454                   "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")),
    5855      generate_config_(cmd_, "g,generate-config",
    5956                       "write configuration to standard output"),
     
    162159
    163160
    164   bool Parameter::force(void) const
    165   {
    166     return force_.present();
    167   }
    168 
    169 
    170161  bool Parameter::generate_config(void) const
    171162  {
Note: See TracChangeset for help on using the changeset viewer.