From c7c74cafec5f76cd9dd40bd557397e8f56744418 Mon Sep 17 00:00:00 2001 From: moneromooo-monero Date: Thu, 14 Feb 2019 09:18:20 +0000 Subject: [PATCH 1/2] simplewallet: mark confirm-missing-payment-id as obsolete --- src/simplewallet/simplewallet.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/simplewallet/simplewallet.cpp b/src/simplewallet/simplewallet.cpp index 3cbfb760b..a4db5e281 100644 --- a/src/simplewallet/simplewallet.cpp +++ b/src/simplewallet/simplewallet.cpp @@ -2705,7 +2705,7 @@ simple_wallet::simple_wallet() " Set the wallet's refresh behaviour.\n " "priority [0|1|2|3|4]\n " " Set the fee to default/unimportant/normal/elevated/priority.\n " - "confirm-missing-payment-id <1|0>\n " + "confirm-missing-payment-id <1|0> (obsolete)\n " "ask-password <0|1|2 (or never|action|decrypt)>\n " "unit \n " " Set the default monero (sub-)unit.\n " From 1f5680c8db8f4cc7acc04a04c724b832003440fd Mon Sep 17 00:00:00 2001 From: moneromooo-monero Date: Thu, 14 Feb 2019 09:18:41 +0000 Subject: [PATCH 2/2] simplewallet: add help for ask-password options --- src/simplewallet/simplewallet.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/simplewallet/simplewallet.cpp b/src/simplewallet/simplewallet.cpp index a4db5e281..5125b8d9c 100644 --- a/src/simplewallet/simplewallet.cpp +++ b/src/simplewallet/simplewallet.cpp @@ -2707,6 +2707,8 @@ simple_wallet::simple_wallet() " Set the fee to default/unimportant/normal/elevated/priority.\n " "confirm-missing-payment-id <1|0> (obsolete)\n " "ask-password <0|1|2 (or never|action|decrypt)>\n " + " action: ask the password before many actions such as transfer, etc\n " + " decrypt: same as action, but keeps the spend key encrypted in memory when not needed\n " "unit \n " " Set the default monero (sub-)unit.\n " "min-outputs-count [n]\n "