mirror of
https://github.com/tahoe-lafs/tahoe-lafs.git
synced 2025-01-01 18:56:41 +00:00
scripts/create_node.py: remove empty-string defaults for --introducer= and --nickname=
This commit is contained in:
parent
c455d52453
commit
7338440d86
@ -9,8 +9,8 @@ class CreateClientOptions(BasedirMixin, usage.Options):
|
|||||||
# we provide create-client -time options for the most common
|
# we provide create-client -time options for the most common
|
||||||
# configuration knobs. The rest can be controlled by editing
|
# configuration knobs. The rest can be controlled by editing
|
||||||
# tahoe.cfg before node startup.
|
# tahoe.cfg before node startup.
|
||||||
("nickname", "n", "", "nickname for this node"),
|
("nickname", "n", None, "nickname for this node"),
|
||||||
("introducer", "i", "", "introducer FURL to use"),
|
("introducer", "i", None, "introducer FURL to use"),
|
||||||
("webport", "p", "tcp:8123:interface=127.0.0.1",
|
("webport", "p", "tcp:8123:interface=127.0.0.1",
|
||||||
"which TCP port to run the HTTP interface on. Use 'none' to disable."),
|
"which TCP port to run the HTTP interface on. Use 'none' to disable."),
|
||||||
]
|
]
|
||||||
|
Loading…
Reference in New Issue
Block a user