summaryrefslogtreecommitdiff
path: root/radsecproxy-hash.c
diff options
context:
space:
mode:
authorLinus Nordberg <linus@nordberg.se>2013-04-23 15:04:29 +0200
committerLinus Nordberg <linus@nordberg.se>2013-09-02 13:43:22 +0200
commit2606ff021df1d42ed0649bc2272fc544d1ecdbfb (patch)
treea342a81d135d239783f7ef66480007d8ba2f39e0 /radsecproxy-hash.c
parentd22a79524568e9fb7095871c58f1faf4c710d65b (diff)
Fix a help string in radsecproxy-hash(1) (-h).
Spotted by Simon Lundström.
Diffstat (limited to 'radsecproxy-hash.c')
-rw-r--r--radsecproxy-hash.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/radsecproxy-hash.c b/radsecproxy-hash.c
index b3d8ec8..7d1e467 100644
--- a/radsecproxy-hash.c
+++ b/radsecproxy-hash.c
@@ -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);
}