fixing help in mktokens

This commit is contained in:
Aaron McPhall 2016-02-04 17:57:38 -07:00
parent 9eccedc9bd
commit 5353d702c4
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