Skip to content

Commit

Permalink
Fix a help string in radsecproxy-hash(1) (-h).
Browse files Browse the repository at this point in the history
Spotted by Simon Lundström.
  • Loading branch information
Linus Nordberg committed Sep 2, 2013
1 parent d22a795 commit 2606ff0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion radsecproxy-hash.c
Original file line number Diff line number Diff line change
Expand Up @@ -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);
}

Expand Down

0 comments on commit 2606ff0

Please sign in to comment.