mirror of
https://github.com/monero-project/monero.git
synced 2026-01-09 11:45:11 -08:00
wallet: fix --log-file not working
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user