diff options
| author | soren <soren@NetBSD.org> | 2001-12-20 20:10:33 +0000 |
|---|---|---|
| committer | soren <soren@NetBSD.org> | 2001-12-20 20:10:33 +0000 |
| commit | 32d1bf69a5c64b88b10ecffd28023eb2bd27c567 (patch) | |
| tree | d68c6a3e1ad507f7655c51783fea832a06d43ea8 /fortune | |
| parent | 5a1c62c6b8c4c4c2fa8649ae49a04e2ba5ef2c33 (diff) | |
| download | bsdgames-darwin-32d1bf69a5c64b88b10ecffd28023eb2bd27c567.tar.gz bsdgames-darwin-32d1bf69a5c64b88b10ecffd28023eb2bd27c567.zip | |
Sync getopt() / man page with actual getopt options.
Diffstat (limited to 'fortune')
| -rw-r--r-- | fortune/fortune/fortune.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/fortune/fortune/fortune.c b/fortune/fortune/fortune.c index d6d8f867..60df882d 100644 --- a/fortune/fortune/fortune.c +++ b/fortune/fortune/fortune.c @@ -1,4 +1,4 @@ -/* $NetBSD: fortune.c,v 1.32 2001/10/28 19:52:53 wiz Exp $ */ +/* $NetBSD: fortune.c,v 1.33 2001/12/20 20:10:35 soren Exp $ */ /*- * Copyright (c) 1986, 1993 @@ -46,7 +46,7 @@ __COPYRIGHT("@(#) Copyright (c) 1986, 1993\n\ #if 0 static char sccsid[] = "@(#)fortune.c 8.1 (Berkeley) 5/31/93"; #else -__RCSID("$NetBSD: fortune.c,v 1.32 2001/10/28 19:52:53 wiz Exp $"); +__RCSID("$NetBSD: fortune.c,v 1.33 2001/12/20 20:10:35 soren Exp $"); #endif #endif /* not lint */ @@ -1398,7 +1398,7 @@ void usage() { - (void) fprintf(stderr, "Usage: %s [-a", getprogname()); + (void) fprintf(stderr, "Usage: %s [-ae", getprogname()); #ifdef DEBUG (void) fprintf(stderr, "D"); #endif /* DEBUG */ |
