From 2af2351ebfab7246dcd9c016b4fa467c94a50b60 Mon Sep 17 00:00:00 2001 From: Maarten Billemont Date: Sun, 19 Oct 2014 00:58:13 -0400 Subject: [PATCH] Make usage text a bit more obvious. --- MasterPassword/C/mpw.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/MasterPassword/C/mpw.c b/MasterPassword/C/mpw.c index 00d3208c..13994a09 100644 --- a/MasterPassword/C/mpw.c +++ b/MasterPassword/C/mpw.c @@ -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); }