aboutsummaryrefslogtreecommitdiff
path: root/src/simplewallet
diff options
context:
space:
mode:
authormoneromooo-monero <moneromooo-monero@users.noreply.github.com>2017-02-26 22:59:46 +0000
committermoneromooo-monero <moneromooo-monero@users.noreply.github.com>2017-02-28 09:07:56 +0000
commitb8a08f199a342977647076ba0b77c777bfa1e885 (patch)
tree6798d377699b514dd20755d81451c51d21108321 /src/simplewallet
parentMerge pull request #1798 (diff)
downloadmonero-b8a08f199a342977647076ba0b77c777bfa1e885.tar.xz
wallet: fix --log-file not working
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)