Add more tests to test script

This commit is contained in:
Chris Oei 2012-09-03 12:54:51 -07:00
parent da50aec4a2
commit b3d2d92c81
4 changed files with 19 additions and 1 deletions

2
main.c
View file

@ -42,6 +42,8 @@ usage(void)
fprintf(stderr,
"usage: scrypt-genpass [-m MAXMEM] [-o MAXOPS] [-k KEYFILE] [-p PASS] <site>\n");
fprintf(stderr,
" scrypt-genpass -t\n");
exit(1);
}