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