Missed `-e' out of the usage string.
authormdw <mdw>
Sat, 15 Jul 2000 21:14:05 +0000 (21:14 +0000)
committermdw <mdw>
Sat, 15 Jul 2000 21:14:05 +0000 (21:14 +0000)
hashsum.c

index 73ad9dc..0e537ee 100644 (file)
--- a/hashsum.c
+++ b/hashsum.c
@@ -1,6 +1,6 @@
 /* -*-c-*-
  *
- * $Id: hashsum.c,v 1.1 2000/07/15 20:52:34 mdw Exp $
+ * $Id: hashsum.c,v 1.2 2000/07/15 21:14:05 mdw Exp $
  *
  * Hash files using some secure hash function
  *
@@ -30,6 +30,9 @@
 /*----- Revision history --------------------------------------------------* 
  *
  * $Log: hashsum.c,v $
+ * Revision 1.2  2000/07/15 21:14:05  mdw
+ * Missed `-e' out of the usage string.
+ *
  * Revision 1.1  2000/07/15 20:52:34  mdw
  * Useful replacement for `md5sum' with support for many different hash
  * functions and for reading filename lists from `find'.
@@ -535,7 +538,7 @@ static void version(FILE *fp)
 
 static void usage(FILE *fp)
 {
-  pquis(fp, "Usage: $ [-f0bcv] [-a algorithm] [files...]\n");
+  pquis(fp, "Usage: $ [-f0ebcv] [-a algorithm] [files...]\n");
 }
 
 static void help(FILE *fp, const gchash *gch)