shouldn't be a colon after the program name
authorKeith Bostic <bostic@ucbvax.Berkeley.EDU>
Mon, 28 Mar 1994 23:21:41 +0000 (15:21 -0800)
committerKeith Bostic <bostic@ucbvax.Berkeley.EDU>
Mon, 28 Mar 1994 23:21:41 +0000 (15:21 -0800)
From: "Chris G. Demetriou" <cgd@postgres.Berkeley.EDU>

SCCS-vsn: admin/style/getopt 5.3

usr/src/admin/style/getopt

index 34a0b5f..ba4f8f1 100644 (file)
@@ -1,7 +1,7 @@
 /*
  * Main/getopt(3) fragment.
  *
 /*
  * Main/getopt(3) fragment.
  *
- *     @(#)getopt      5.2 (Berkeley) %G%
+ *     @(#)getopt      5.3 (Berkeley) %G%
  */
 
 #include <sys/types.h>
  */
 
 #include <sys/types.h>
@@ -32,6 +32,6 @@ main(argc, argv)
 void
 usage()
 {
 void
 usage()
 {
-       (void)fprintf(stderr, "usage: program:\n");
+       (void)fprintf(stderr, "usage: program [-abc] [-f file]\n");
        exit(1);
 }
        exit(1);
 }