diff options
author | moneromooo-monero <moneromooo-monero@users.noreply.github.com> | 2017-02-26 22:59:46 +0000 |
---|---|---|
committer | moneromooo-monero <moneromooo-monero@users.noreply.github.com> | 2017-02-28 09:07:56 +0000 |
commit | b8a08f199a342977647076ba0b77c777bfa1e885 (patch) | |
tree | 6798d377699b514dd20755d81451c51d21108321 /src/simplewallet | |
parent | Merge pull request #1798 (diff) | |
download | monero-b8a08f199a342977647076ba0b77c777bfa1e885.tar.xz |
wallet: fix --log-file not working
Diffstat (limited to 'src/simplewallet')
-rw-r--r-- | src/simplewallet/simplewallet.cpp | 3 |
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) |