From e968c1f5579af11bfd2dd47af14a7d64f3e42520 Mon Sep 17 00:00:00 2001 From: Linus Nordberg Date: Tue, 23 Apr 2013 15:04:29 +0200 Subject: [PATCH] Fix a help string in radsecproxy-hash(1) (-h). MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Spotted by Simon Lundström. --- radsecproxy-hash.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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); } -- 2.1.4