diff options
| author | moneromooo-monero <moneromooo-monero@users.noreply.github.com> | 2019-02-14 09:18:20 +0000 |
|---|---|---|
| committer | moneromooo-monero <moneromooo-monero@users.noreply.github.com> | 2019-02-14 09:21:22 +0000 |
| commit | c7c74cafec5f76cd9dd40bd557397e8f56744418 (patch) | |
| tree | e0643f575b0c017d1fb92abb9632b42e6e260e46 /src | |
| parent | 31bdf7bd113c2576fe579ef3a25a2d8fef419ffc (diff) | |
| download | monzero-core-c7c74cafec5f76cd9dd40bd557397e8f56744418.tar.gz monzero-core-c7c74cafec5f76cd9dd40bd557397e8f56744418.tar.xz monzero-core-c7c74cafec5f76cd9dd40bd557397e8f56744418.zip | |
simplewallet: mark confirm-missing-payment-id as obsolete
Diffstat (limited to 'src')
| -rw-r--r-- | src/simplewallet/simplewallet.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
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 <monero|millinero|micronero|nanonero|piconero>\n " " Set the default monero (sub-)unit.\n " |
