mirror of
https://github.com/haveno-dex/haveno.git
synced 2025-04-19 23:36:00 -04:00
Change ip flag to s to avoid conflict with other flags
This commit is contained in:
parent
4440bf1007
commit
4938f0ba4a
@ -39,7 +39,7 @@ public class ArgumentParser {
|
||||
// Args for seed node config
|
||||
parser.addArgument("-d", "--" + SEED_ID_FLAG)
|
||||
.help("Seed node ID");
|
||||
parser.addArgument("-d", "--" + SEED_IP_FLAG)
|
||||
parser.addArgument("-s", "--" + SEED_IP_FLAG)
|
||||
.help("Seed node IP");
|
||||
parser.addArgument("-p", "--" + SEED_PORT_FLAG)
|
||||
.help("Seed node port");
|
||||
|
Loading…
x
Reference in New Issue
Block a user