Fix a help string in radsecproxy-hash(1) (-h).
authorLinus Nordberg <linus@nordberg.se>
Tue, 23 Apr 2013 13:04:29 +0000 (15:04 +0200)
committerLinus Nordberg <linus@nordberg.se>
Mon, 2 Sep 2013 11:43:22 +0000 (13:43 +0200)
Spotted by Simon Lundström.

radsecproxy-hash.c

index b3d8ec8..7d1e467 100644 (file)
@@ -23,7 +23,7 @@ usage()
 #endif
          "   -h\t\t\tdisplay this help and exit\n"
          "   -k key\t\tuse KEY for HMAC\n"
-         "   -t type\t\tprint digest of type TYPE [mac|hmac]\n");
+         "   -t type\t\tprint digest of type TYPE [hash|hmac]\n");
   exit(1);
 }