From 7e47b99c4c302c16798356914055e50c541e5501 Mon Sep 17 00:00:00 2001 From: Jason McIntyre Date: Thu, 1 Apr 2004 11:37:03 +0000 Subject: sort options, correct SYNOPSIS, and sync usage(); --- lib/libc/time/zdump.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'lib/libc/time/zdump.c') diff --git a/lib/libc/time/zdump.c b/lib/libc/time/zdump.c index 7873f1f96e6..baaec05b26a 100644 --- a/lib/libc/time/zdump.c +++ b/lib/libc/time/zdump.c @@ -5,7 +5,7 @@ #if defined(LIBC_SCCS) && !defined(lint) && !defined(NOID) static char elsieid[] = "@(#)zdump.c 7.31"; -static char rcsid[] = "$OpenBSD: zdump.c,v 1.12 2003/10/06 00:17:13 millert Exp $"; +static char rcsid[] = "$OpenBSD: zdump.c,v 1.13 2004/04/01 11:37:02 jmc Exp $"; #endif /* LIBC_SCCS and not lint */ /* @@ -175,7 +175,7 @@ char * argv[]; if ((c != EOF && c != -1) || (optind == argc - 1 && strcmp(argv[optind], "=") == 0)) { (void) fprintf(stderr, -_("%s: usage is %s [ -v ] [ -c cutoff ] zonename ...\n"), +_("%s: usage is %s [-v] [-c cutoffyear] zonename ...\n"), argv[0], argv[0]); (void) exit(EXIT_FAILURE); } -- cgit v1.2.3