mirror of
https://github.com/bisq-network/bisq.git
synced 2025-02-25 07:27:18 +01:00
Change ip flag to s to avoid conflict with other flags
This commit is contained in:
parent
4440bf1007
commit
4938f0ba4a
1 changed files with 1 additions and 1 deletions
|
@ -39,7 +39,7 @@ public class ArgumentParser {
|
||||||
// Args for seed node config
|
// Args for seed node config
|
||||||
parser.addArgument("-d", "--" + SEED_ID_FLAG)
|
parser.addArgument("-d", "--" + SEED_ID_FLAG)
|
||||||
.help("Seed node ID");
|
.help("Seed node ID");
|
||||||
parser.addArgument("-d", "--" + SEED_IP_FLAG)
|
parser.addArgument("-s", "--" + SEED_IP_FLAG)
|
||||||
.help("Seed node IP");
|
.help("Seed node IP");
|
||||||
parser.addArgument("-p", "--" + SEED_PORT_FLAG)
|
parser.addArgument("-p", "--" + SEED_PORT_FLAG)
|
||||||
.help("Seed node port");
|
.help("Seed node port");
|
||||||
|
|
Loading…
Add table
Reference in a new issue