mirror of
https://github.com/tahoe-lafs/tahoe-lafs.git
synced 2024-12-29 17:28:53 +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
|
||||
# configuration knobs. The rest can be controlled by editing
|
||||
# tahoe.cfg before node startup.
|
||||
("nickname", "n", "", "nickname for this node"),
|
||||
("introducer", "i", "", "introducer FURL to use"),
|
||||
("nickname", "n", None, "nickname for this node"),
|
||||
("introducer", "i", None, "introducer FURL to use"),
|
||||
("webport", "p", "tcp:8123:interface=127.0.0.1",
|
||||
"which TCP port to run the HTTP interface on. Use 'none' to disable."),
|
||||
]
|
||||
|
Loading…
Reference in New Issue
Block a user