mirror of https://github.com/dirtbags/moth.git
Merge pull request #1 from slackish/master
fixing command line in mktokens
This commit is contained in:
commit
98e0e5ef2c
|
@ -54,7 +54,7 @@ sub readch {
|
||||||
sub usage {
|
sub usage {
|
||||||
my ($msg) = @_;
|
my ($msg) = @_;
|
||||||
print <<'EOB';
|
print <<'EOB';
|
||||||
Usage: token-hash [options] count
|
Usage: mktokens [options] count
|
||||||
-c category name
|
-c category name
|
||||||
-s size of token hash [default: 8]
|
-s size of token hash [default: 8]
|
||||||
EOB
|
EOB
|
||||||
|
|
Loading…
Reference in New Issue