Changes between Version 1 and Version 2 of Ticket #21
- Timestamp:
- 08/20/09 11:29:20 (17 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #21 – Description
v1 v2 35 35 36 36 The stuff about parsing and the IR should only be printed out if the verbose option is selected. 37 38 39 If the user enters an incorrect command line, the system should not only respond with a complaint about the input, but should also display a usage message that describes the commandline interface 40 41 {{{ 42 Usage: 43 44 tass verify [options] model.mmp 45 tass compare [options] spec.mmp impl.mmp 46 47 Options: 48 -reduce=std : no reductions 49 -reduce=urgent : 50 }}} 51 52 etc. 53
