mirror of https://github.com/dirtbags/moth.git
fixing help in mktokens
This commit is contained in:
parent
9eccedc9bd
commit
5353d702c4
|
@ -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