From f6bb14a24ad67aedbce5dad056c67fa2bb55ccb9 Mon Sep 17 00:00:00 2001 From: Keith Bostic Date: Tue, 29 Sep 1987 18:31:43 -0800 Subject: [PATCH] usage message to tty, just in case SCCS-vsn: libexec/bugfiler/bugfiler.c 5.12 --- usr/src/libexec/bugfiler/bugfiler.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/usr/src/libexec/bugfiler/bugfiler.c b/usr/src/libexec/bugfiler/bugfiler.c index bace888913..06f2b1190b 100644 --- a/usr/src/libexec/bugfiler/bugfiler.c +++ b/usr/src/libexec/bugfiler/bugfiler.c @@ -11,7 +11,7 @@ char copyright[] = #endif not lint #ifndef lint -static char sccsid[] = "@(#)bugfiler.c 5.11 (Berkeley) 87/07/21"; +static char sccsid[] = "@(#)bugfiler.c 5.12 (Berkeley) 87/09/29"; #endif not lint /* @@ -55,6 +55,7 @@ main(argc, argv) break; case '?': default: + fputs("usage: bugfiler [-ar] [-v version]\n", stderr); error("usage: bugfiler [-ar] [-v version]", CHN); } -- 2.20.1