Changeset 983


Ignore:
Timestamp:
Oct 22, 2007, 5:31:30 PM (15 years ago)
Author:
Peter
Message:

typo

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/yat/utility/CommandLine.cc

    r982 r983  
    166166  std::string CommandLine::try_help(void) const
    167167  {
    168     return std::string("Try `"+program_name()+"' --help for more information.");
     168    return std::string("Try `"+program_name()+" --help' for more information.");
    169169  }
    170170
Note: See TracChangeset for help on using the changeset viewer.