From d448099a2de46eb6cd6792c07aa1ddbecc7f14e8 Mon Sep 17 00:00:00 2001 From: Maarten Billemont Date: Thu, 14 Sep 2017 23:14:00 -0400 Subject: [PATCH] -s is -P now. --- platform-independent/cli-c/cli/mpw-cli.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/platform-independent/cli-c/cli/mpw-cli.c b/platform-independent/cli-c/cli/mpw-cli.c index 4c8f754c..9f159e26 100644 --- a/platform-independent/cli-c/cli/mpw-cli.c +++ b/platform-independent/cli-c/cli/mpw-cli.c @@ -63,8 +63,8 @@ static void usage() { " i, pin | 4 numbers.\n" " n, name | 9 letter name.\n" " p, phrase | 20 character sentence.\n" - " K, key | encryption key (set key size -s bits).\n" - " P, personal | saved personal password (save with -s pw).\n\n" ); + " K, key | encryption key (set key size -P bits).\n" + " P, personal | saved personal password (save with -P pw).\n\n" ); inf( "" " -P value The parameter value.\n" " -p i | The login name for the site.\n"