Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
SANE (Public)
drasyl
Commits
3c1ec329
Commit
3c1ec329
authored
Dec 05, 2021
by
bornholdt
Browse files
improve paramLabel of --super-peer, rename to --super-peers
parent
076a0a40
Pipeline
#105154
passed with stages
in 6 minutes and 37 seconds
Changes
1
Pipelines
3
Hide whitespace changes
Inline
Side-by-side
drasyl-cli/src/main/java/org/drasyl/cli/ChannelOptions.java
View file @
3c1ec329
...
...
@@ -78,9 +78,9 @@ public abstract class ChannelOptions extends GlobalOptions implements Callable<I
)
protected
int
onlineTimeoutMillis
;
@Option
(
names
=
{
"--super-peer"
},
names
=
{
"--super-peer
s
"
},
description
=
"The super peers the server joins to."
,
paramLabel
=
"<public-key
=
host:port>"
,
paramLabel
=
"<public-key
>=<
host:port>"
,
defaultValue
=
"c0900bcfabc493d062ecd293265f571edb70b85313ba4cdda96c9f77163ba62d=sp-fra1.drasyl.org:22527,5b4578909bf0ad3565bb5faf843a9f68b325dd87451f6cb747e49d82f6ce5f4c=sp-nbg2.drasyl.org:22527"
,
split
=
","
)
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment