diff options
author | Linus Nordberg <linus@nordberg.se> | 2013-04-23 15:04:29 +0200 |
---|---|---|
committer | Linus Nordberg <linus@nordberg.se> | 2013-04-23 15:04:29 +0200 |
commit | e968c1f5579af11bfd2dd47af14a7d64f3e42520 (patch) | |
tree | a546fb92120fd3c8c1ea2c1d1c639934fc0a5420 /radsecproxy-hash.c | |
parent | e2ec90a8f9e22a96f20d5eaf5483369853901d03 (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.c | 2 |
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); } |