From: Keith Bostic Date: Sat, 13 May 1989 03:39:27 +0000 (-0800) Subject: fix usage line X-Git-Tag: BSD-4_3_Tahoe-Snapshot-Development~93 X-Git-Url: https://git.subgeniuskitty.com/unix-history/.git/commitdiff_plain/750ed434eb0696831e754b3d922dbfc7f0c91d0d?hp=2d152f42eb9bb7cd21eebc07f48875d958f638d0 fix usage line SCCS-vsn: usr.bin/more/option.c 5.9 --- 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);