Changeset 724 for trunk/bin


Ignore:
Timestamp:
Dec 9, 2008, 2:34:16 PM (15 years ago)
Author:
Peter Johansson
Message:
  • README.developer: adding text on Requirements for building from svn checkout
  • configure.ac: support for help2man and new man/Makefile
  • lib/OptionVersion.cc lib/OptionVersion.h bin/Parameter.cc: changed --version output so when used in combination with --no-verbose it is compliant with help2man
  • lib/utility.cc: removed function version_string not used anymore

closes #361

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/bin/Parameter.cc

    r719 r724  
    248248   
    249249    verbose_ = new OptionSwitch(cmd_, "v,verbose", "explain what is being done");
    250     version_ = new OptionVersion(cmd_);
     250    version_ = new OptionVersion(cmd_, "version",
     251                                 "print version information and exit", verbose_);
    251252
    252253    ss.str("");
Note: See TracChangeset for help on using the changeset viewer.