aboutsummaryrefslogtreecommitdiff
path: root/src/simplewallet
diff options
context:
space:
mode:
authorRiccardo Spagni <ric@spagni.net>2017-03-03 14:14:09 +0200
committerRiccardo Spagni <ric@spagni.net>2017-03-03 14:14:09 +0200
commit460836a2b7ca42c7807486f7c3f277ba4bc4d8e2 (patch)
tree873a3c0bffc02e3c5e6a616be347484a797bb022 /src/simplewallet
parentMerge pull request #1811 (diff)
parentwallet: fix --log-file not working (diff)
downloadmonero-460836a2b7ca42c7807486f7c3f277ba4bc4d8e2.tar.xz
Merge pull request #1813
b8a08f19 wallet: fix --log-file not working (moneromooo-monero)
Diffstat (limited to 'src/simplewallet')
-rw-r--r--src/simplewallet/simplewallet.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/simplewallet/simplewallet.cpp b/src/simplewallet/simplewallet.cpp
index 77681ada0..5503c9422 100644
--- a/src/simplewallet/simplewallet.cpp
+++ b/src/simplewallet/simplewallet.cpp
@@ -4333,7 +4333,8 @@ int main(int argc, char* argv[])
argc, argv,
"monero-wallet-cli [--wallet-file=<file>|--generate-new-wallet=<file>] [<COMMAND>]",
desc_params,
- positional_options
+ positional_options,
+ "monero-wallet-cli.log"
);
if (!vm)