2
0

Make usage text a bit more obvious.

This commit is contained in:
Maarten Billemont 2014-10-19 00:58:13 -04:00
parent 49b3fe7913
commit 2af2351ebf

View File

@ -63,9 +63,9 @@ void usage() {
" a, answer | The answer to a security question.\n\n");
fprintf(stderr, " -C context A variant-specific context.\n"
" Defaults to empty.\n"
" p, password | Doesn't currently use a context.\n"
" l, login | Doesn't currently use a context.\n"
" a, answer | Empty for a universal site answer or\n"
" -v p, password | Doesn't currently use a context.\n"
" -v l, login | Doesn't currently use a context.\n"
" -v a, answer | Empty for a universal site answer or\n"
" | the most significant word(s) of the question.\n\n");
exit(0);
}