We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 49b3fe7 commit 2af2351Copy full SHA for 2af2351
MasterPassword/C/mpw.c
@@ -63,9 +63,9 @@ void usage() {
63
" a, answer | The answer to a security question.\n\n");
64
fprintf(stderr, " -C context A variant-specific context.\n"
65
" Defaults to empty.\n"
66
- " p, password | Doesn't currently use a context.\n"
67
- " l, login | Doesn't currently use a context.\n"
68
- " 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"
69
" | the most significant word(s) of the question.\n\n");
70
exit(0);
71
}
0 commit comments