Changeset 1058 for trunk/lib/yat/OptionHelp.cc
- Timestamp:
- Apr 24, 2010, 6:36:59 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/lib/yat/OptionHelp.cc
r1027 r1058 1 // $Id: OptionHelp.cc 2 121 2009-12-13 16:17:07Z peter $1 // $Id: OptionHelp.cc 2246 2010-04-22 00:53:23Z peter $ 2 2 3 3 /* … … 50 50 std::cout << cmd() << "\n"; 51 51 std::cout << post_cmd_; 52 exit( 0);52 exit(EXIT_SUCCESS); 53 53 } 54 54
Note: See TracChangeset
for help on using the changeset viewer.