summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--radsecproxy-hash.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/radsecproxy-hash.c b/radsecproxy-hash.c
index b324df1..0080d80 100644
--- a/radsecproxy-hash.c
+++ b/radsecproxy-hash.c
@@ -18,7 +18,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);
}