mirror of
https://frontier.innolan.net/rainlance/amiga-tz.git
synced 2026-03-21 01:09:20 +00:00
fluff
SCCS-file: zdump.c SCCS-SID: 7.9
This commit is contained in:
committed by
Paul Eggert
parent
a9ad5fef18
commit
824d05e8dd
10
zdump.c
10
zdump.c
@ -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;
|
||||
|
||||
Reference in New Issue
Block a user