Mercurial > ~dholland > hg > tradcpp > index.cgi
comparison main.c @ 182:f7814226906c
very minor changes from openbsd
author | David A. Holland |
---|---|
date | Fri, 12 Jun 2015 03:21:36 -0400 (2015-06-12) |
parents | 44ea61019069 |
children | 4c3375895c6e |
comparison
equal
deleted
inserted
replaced
181:44ea61019069 | 182:f7814226906c |
---|---|
957 va_start(ap, fmt); | 957 va_start(ap, fmt); |
958 vfprintf(stderr, fmt, ap); | 958 vfprintf(stderr, fmt, ap); |
959 va_end(ap); | 959 va_end(ap); |
960 fprintf(stderr, "\n"); | 960 fprintf(stderr, "\n"); |
961 | 961 |
962 fprintf(stderr, "Usage: %s [options] [infile [outfile]]\n", progname); | 962 fprintf(stderr, "usage: %s [options] [infile [outfile]]\n", progname); |
963 fprintf(stderr, "Common options:\n"); | 963 fprintf(stderr, "Common options:\n"); |
964 fprintf(stderr, " -C Retain comments\n"); | 964 fprintf(stderr, " -C Retain comments\n"); |
965 fprintf(stderr, " -Dmacro[=def] Predefine macro\n"); | 965 fprintf(stderr, " -Dmacro[=def] Predefine macro\n"); |
966 fprintf(stderr, " -Idir Add to include path\n"); | 966 fprintf(stderr, " -Idir Add to include path\n"); |
967 fprintf(stderr, " -M Issue depend info\n"); | 967 fprintf(stderr, " -M Issue depend info\n"); |