From 00c3b2939adc63111eca82dd531500263a862dd8 Mon Sep 17 00:00:00 2001 From: Aaron McPhall Date: Thu, 4 Feb 2016 17:57:38 -0700 Subject: [PATCH] fixing help in mktokens --- bin/mktokens | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/mktokens b/bin/mktokens index 2e938ab..9dc5cf2 100755 --- a/bin/mktokens +++ b/bin/mktokens @@ -54,7 +54,7 @@ sub readch { sub usage { my ($msg) = @_; print <<'EOB'; -Usage: token-hash [options] count +Usage: mktokens [options] count -c category name -s size of token hash [default: 8] EOB