Changeset 829 for trunk


Ignore:
Timestamp:
Oct 27, 2009, 3:36:08 AM (14 years ago)
Author:
Peter Johansson
Message:

adding svndigest url to help output

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/bin/Parameter.cc

    r820 r829  
    226226    target_.print_arg("=TARGET");
    227227    std::stringstream ss;
    228     ss << "Report bugs to " << PACKAGE_BUGREPORT << ".\n";
     228    ss << "Report bugs to " << PACKAGE_BUGREPORT << ".\n"
     229       << PACKAGE << " home page: <" << PACKAGE_URL << ">.\n";
    229230    help_.post_arguments() = ss.str();
    230231    help_.synopsis() =
Note: See TracChangeset for help on using the changeset viewer.