Changeset 1240 for trunk/yat/CommandLine.cc
- Timestamp:
- Oct 24, 2010, 2:54:09 AM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/yat/CommandLine.cc
r1064 r1240 1 // $Id: CommandLine.cc 2 265 2010-06-05 23:12:10Z peter $1 // $Id: CommandLine.cc 2347 2010-10-24 00:52:25Z peter $ 2 2 3 3 /* … … 145 145 else if (iter==long_options_.end()) { 146 146 std::stringstream ss3; 147 ss3 << " :unrecognized option `" << key << "'\n" << try_help();147 ss3 << "unrecognized option `" << key << "'\n" << try_help(); 148 148 throw cmd_error(ss3.str()); 149 149 }
Note: See TracChangeset
for help on using the changeset viewer.