Fix usage message.
authormdw <mdw>
Sun, 9 May 2004 13:03:46 +0000 (13:03 +0000)
committermdw <mdw>
Sun, 9 May 2004 13:03:46 +0000 (13:03 +0000)
catcrypt.c

index 1ffae77..546b6c3 100644 (file)
@@ -1,6 +1,6 @@
 /* -*-c-*-
  *
- * $Id: catcrypt.c,v 1.1 2004/04/17 09:58:36 mdw Exp $
+ * $Id: catcrypt.c,v 1.2 2004/05/09 13:03:46 mdw Exp $
  *
  * Command-line encryption tool
  *
@@ -674,7 +674,7 @@ static void help(FILE *fp, char **argv)
     fputc('\n', fp);
     usage(fp);
     fputs("\n\
-Create and verify signatures on lists of files.\n\
+Encrypt and decrypt files.\n\
 \n", fp);
     for (c = cmdtab; c->name; c++)
       fprintf(fp, "%s\n", c->usage);