mirror of
https://github.com/monero-project/monero.git
synced 2025-08-19 05:57:52 -04:00
Separate testnet default data dir
This commit is contained in:
parent
3ef7f33300
commit
018e251cc0
5 changed files with 44 additions and 31 deletions
|
@ -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"};
|
||||
}
|
||||
|
|
|
@ -203,4 +203,5 @@ namespace command_line
|
|||
extern const arg_descriptor<bool> arg_help;
|
||||
extern const arg_descriptor<bool> arg_version;
|
||||
extern const arg_descriptor<std::string> arg_data_dir;
|
||||
extern const arg_descriptor<std::string> arg_testnet_data_dir;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue