mirror of
https://github.com/monero-project/monero.git
synced 2026-01-11 12:35:42 -08:00
Separate testnet default data dir
This commit is contained in:
committed by
Riccardo Spagni
parent
3ef7f33300
commit
018e251cc0
@@ -47,4 +47,5 @@ namespace command_line
|
||||
const arg_descriptor<bool> arg_help = {"help", "Produce help message"};
|
||||
const arg_descriptor<bool> arg_version = {"version", "Output version information"};
|
||||
const arg_descriptor<std::string> arg_data_dir = {"data-dir", "Specify data directory"};
|
||||
const arg_descriptor<std::string> arg_testnet_data_dir = {"testnet-data-dir", "Specify testnet data directory"};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user