Changeset a0da83 in git for Singular/feOptTab.h
- Timestamp:
- Mar 31, 2015, 3:36:56 PM (9 years ago)
- Branches:
- (u'spielwiese', 'a719bcf0b8dbc648b128303a49777a094b57592c')
- Children:
- 06cff955d56f17b8a3199fd8db5e3f4a6be98f35
- Parents:
- 56225c216f0df9632a02f7b745efacd6da070754
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
Singular/feOptTab.h
r56225c ra0da83 82 82 83 83 {"echo", optional_argument, 'e', 84 "VAL", "Set value of variable `echo' to (integer) VAL", 84 "VAL", "Set value of variable `echo' to (integer) VAL", feOptInt, 0, 0}, 85 85 86 86 {"help", no_argument, 'h', 87 87 0, "Print help message and exit", feOptUntyped, 0, 0}, 88 88 89 {"profile", no_argument, 'p', 90 0, "Collect profiling data in smon.out", feOptBool, 0, 0}, 89 91 {"quiet", no_argument, 'q', 90 92 0, "Do not print start-up banner and lib load messages", feOptBool, 0, 0},
Note: See TracChangeset
for help on using the changeset viewer.