wallet: fix --log-file not working

This commit is contained in:
moneromooo-monero
2017-02-26 22:59:46 +00:00
parent beee286c7b
commit b8a08f199a
4 changed files with 30 additions and 29 deletions

View File

@@ -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)