fix usage line
authorderaadt <deraadt@openbsd.org>
Wed, 11 Dec 1996 13:44:20 +0000 (13:44 +0000)
committerderaadt <deraadt@openbsd.org>
Wed, 11 Dec 1996 13:44:20 +0000 (13:44 +0000)
usr.bin/compile_et/compile_et.c
usr.bin/mk_cmds/mk_cmds.c

index 3540cbb..e33d6f7 100644 (file)
@@ -1,4 +1,4 @@
-/*     $OpenBSD: compile_et.c,v 1.1 1996/11/11 05:06:34 downsj Exp $   */
+/*     $OpenBSD: compile_et.c,v 1.2 1996/12/11 13:44:56 deraadt Exp $  */
 
 /*
  * Copyright 1986, 1987, 1988
@@ -23,7 +23,7 @@ static const char copyright[] =
     "Copyright 1987,1988 by MIT Student Information Processing Board";
 
 static const char rcsid_compile_et_c[] =
-    "$Id: compile_et.c,v 1.1 1996/11/11 05:06:34 downsj Exp $";
+    "$Id: compile_et.c,v 1.2 1996/12/11 13:44:56 deraadt Exp $";
 #endif
 
 extern char *gensym();
@@ -114,8 +114,8 @@ char c_file[MAXPATHLEN];    /* output file */
 char h_file[MAXPATHLEN];       /* output */
 
 static void usage () {
-    fprintf (stderr, "%s: usage: %s ERROR_TABLE\n",
-            whoami, whoami);
+    fprintf (stderr, "usage: %s ERROR_TABLE\n",
+            whoami);
     exit (1);
 }
 
index 824b69e..8455cca 100644 (file)
@@ -1,4 +1,4 @@
-/*     $OpenBSD: mk_cmds.c,v 1.1 1996/11/15 09:26:06 downsj Exp $      */
+/*     $OpenBSD: mk_cmds.c,v 1.2 1996/12/11 13:44:20 deraadt Exp $     */
 
 /*-
  * Copyright 1987, 1988 by the Student Information Processing Board
@@ -49,7 +49,7 @@ main(argc, argv)
     if (argc != 2) {
        fputs("Usage: ", stderr);
        fputs(argv[0], stderr);
-       fputs("cmdtbl.ct\n", stderr);
+       fputs(" cmdtbl.ct\n", stderr);
        exit(1);
     }