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 {
|
||||
my ($msg) = @_;
|
||||
print <<'EOB';
|
||||
Usage: token-hash [options] count
|
||||
Usage: mktokens [options] count
|
||||
-c category name
|
||||
-s size of token hash [default: 8]
|
||||
EOB
|
||||
|
|
Loading…
Reference in New Issue