Skip to content

Commit 2af2351

Browse files
committed
Make usage text a bit more obvious.
1 parent 49b3fe7 commit 2af2351

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

MasterPassword/C/mpw.c

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -63,9 +63,9 @@ void usage() {
6363
" a, answer | The answer to a security question.\n\n");
6464
fprintf(stderr, " -C context A variant-specific context.\n"
6565
" 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"
66+
" -v p, password | Doesn't currently use a context.\n"
67+
" -v l, login | Doesn't currently use a context.\n"
68+
" -v a, answer | Empty for a universal site answer or\n"
6969
" | the most significant word(s) of the question.\n\n");
7070
exit(0);
7171
}

0 commit comments

Comments
 (0)