Changeset 983
- Timestamp:
- Oct 22, 2007, 5:31:30 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/yat/utility/CommandLine.cc
r982 r983 166 166 std::string CommandLine::try_help(void) const 167 167 { 168 return std::string("Try `"+program_name()+" ' --helpfor more information.");168 return std::string("Try `"+program_name()+" --help' for more information."); 169 169 } 170 170
Note: See TracChangeset
for help on using the changeset viewer.