Fix usage message
This commit is contained in:
parent
218ea0dc9d
commit
685cc4969d
1 changed files with 1 additions and 1 deletions
2
main.c
2
main.c
|
@ -41,7 +41,7 @@ usage(void)
|
|||
{
|
||||
|
||||
fprintf(stderr,
|
||||
"usage: scrypt-genpass <site>\n");
|
||||
"usage: scrypt-genpass [-m MAXMEM] [-o MAXOPS] <site>\n");
|
||||
exit(1);
|
||||
}
|
||||
|
||||
|
|
Reference in a new issue