From 5af0f9cb18436918d1660e8dd217224a8dbe7aef Mon Sep 17 00:00:00 2001 From: mdw Date: Sat, 15 Jul 2000 21:14:05 +0000 Subject: [PATCH] Missed `-e' out of the usage string. --- hashsum.c | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/hashsum.c b/hashsum.c index 73ad9dc..0e537ee 100644 --- 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) -- 2.11.0