Report commit hash in usage message
This commit is contained in:
parent
2519ab4e30
commit
319476532b
2 changed files with 5 additions and 1 deletions
1
main.c
1
main.c
|
@ -44,6 +44,7 @@ usage(void)
|
|||
"usage: scrypt-genpass [-l LEN] [-m MAXMEM] [-n] [-o MAXOPS] [-k KEYFILE] [-p PASS] <site>\n");
|
||||
fprintf(stderr,
|
||||
" scrypt-genpass -t\n");
|
||||
fprintf(stderr, "Version: %s\n", SGVERSION);
|
||||
exit(1);
|
||||
}
|
||||
|
||||
|
|
Reference in a new issue