fix usage line
authorKeith Bostic <bostic@ucbvax.Berkeley.EDU>
Sat, 13 May 1989 03:39:27 +0000 (19:39 -0800)
committerKeith Bostic <bostic@ucbvax.Berkeley.EDU>
Sat, 13 May 1989 03:39:27 +0000 (19:39 -0800)
SCCS-vsn: usr.bin/more/option.c 5.9

usr/src/usr.bin/more/option.c

index 2412840..24383c7 100644 (file)
@@ -18,7 +18,7 @@
  */
 
 #ifndef lint
  */
 
 #ifndef lint
-static char sccsid[] = "@(#)option.c   5.8 (Berkeley) %G%";
+static char sccsid[] = "@(#)option.c   5.9 (Berkeley) %G%";
 #endif /* not lint */
 
 #include <stdio.h>
 #endif /* not lint */
 
 #include <stdio.h>
@@ -104,7 +104,7 @@ option(argc, argv)
                case '?':
                default:
                        fprintf(stderr,
                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);
                        exit(1);
                }
        return(optind);