From 750ed434eb0696831e754b3d922dbfc7f0c91d0d Mon Sep 17 00:00:00 2001 From: Keith Bostic Date: Fri, 12 May 1989 19:39:27 -0800 Subject: [PATCH] fix usage line SCCS-vsn: usr.bin/more/option.c 5.9 --- usr/src/usr.bin/more/option.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/usr/src/usr.bin/more/option.c b/usr/src/usr.bin/more/option.c index 2412840f19..24383c7a57 100644 --- a/usr/src/usr.bin/more/option.c +++ b/usr/src/usr.bin/more/option.c @@ -18,7 +18,7 @@ */ #ifndef lint -static char sccsid[] = "@(#)option.c 5.8 (Berkeley) %G%"; +static char sccsid[] = "@(#)option.c 5.9 (Berkeley) %G%"; #endif /* not lint */ #include @@ -104,7 +104,7 @@ option(argc, argv) case '?': default: fprintf(stderr, - "usage: less [-ceinus] [-t tag] [-x tabs] [-/ pattern] [-#] [file ...]\n"); + "usage: more [-ceinus] [-t tag] [-x tabs] [-/ pattern] [-#] [file ...]\n"); exit(1); } return(optind); -- 2.20.1