1
0
mirror of https://frontier.innolan.net/rainlance/amiga-tz.git synced 2026-03-21 01:09:20 +00:00
SCCS-file: zdump.c
SCCS-SID: 7.9
This commit is contained in:
Arthur David Olson
1993-11-22 12:58:28 -05:00
committed by Paul Eggert
parent a9ad5fef18
commit 824d05e8dd

10
zdump.c
View File

@ -110,11 +110,11 @@ char * argv[];
vflag = 1;
else cutoff = optarg;
if (c != EOF ||
(optind == argc - 1 && strcmp(argv[optind], "=") == 0)) {
(void) fprintf(stderr,
"%s: usage is %s [ -v ] [ -c cutoff ] zonename ...\n",
argv[0], argv[0]);
(void) exit(EXIT_FAILURE);
(optind == argc - 1 && strcmp(argv[optind], "=") == 0)) {
(void) fprintf(stderr,
"%s: usage is %s [ -v ] [ -c cutoff ] zonename ...\n",
argv[0], argv[0]);
(void) exit(EXIT_FAILURE);
}
if (cutoff != NULL) {
int y;