Merge pull request #1 from slackish/master

fixing command line in mktokens
This commit is contained in:
Neale Pickett 2016-02-04 18:00:35 -07:00
commit 55f8ef524f
1 changed files with 1 additions and 1 deletions

View File

@ -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