- Timestamp:
- Oct 27, 2009, 3:36:08 AM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/bin/Parameter.cc
r820 r829 226 226 target_.print_arg("=TARGET"); 227 227 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"; 229 230 help_.post_arguments() = ss.str(); 230 231 help_.synopsis() =
Note: See TracChangeset
for help on using the changeset viewer.