Changeset c052d0 in git
- Timestamp:
- May 21, 1998, 10:54:31 AM (25 years ago)
- Branches:
- (u'spielwiese', 'd1ba061a762c62d3a25159d8da8b6e17332291fa')
- Children:
- 40706c061be30a110b52d5537e28bd8824eb11b8
- Parents:
- ea35599e9a4a656449259a45a33777c6075d7e6a
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
Singular/utils.cc
rea35599 rc052d0 17 17 printf("USAGE: %s [options] singular-library\n", progname); 18 18 printf("Options:\n"); 19 printf(" -f <singular library> : checks\n");19 printf(" -f <singular library> : performs syntax-checks\n"); 20 20 printf(" -d [digit] : digit=1,..,4 increases the verbosity of the checks\n"); 21 printf(" -s : \n");21 printf(" -s : turns on reporting about violations of unenforced syntax rules\n"); 22 22 printf(" -h : print this message\n"); 23 23 exit(1);
Note: See TracChangeset
for help on using the changeset viewer.