mirror of
https://github.com/tahoe-lafs/tahoe-lafs.git
synced 2024-12-24 07:06:41 +00:00
Specify the new optFlag correctly
This commit is contained in:
parent
1f92879788
commit
371965f7d4
@ -177,7 +177,7 @@ class CreateClientOptions(_CreateBaseOptions):
|
||||
class CreateNodeOptions(CreateClientOptions):
|
||||
optFlags = [
|
||||
("no-storage", None, "Do not offer storage service to other nodes."),
|
||||
("storage-dir", "s", None, "Path where the storage will be placed."),
|
||||
("storage-dir", None, "Path where the storage will be placed."),
|
||||
] + TOR_FLAGS + I2P_FLAGS
|
||||
|
||||
synopsis = "[options] [NODEDIR]"
|
||||
|
Loading…
Reference in New Issue
Block a user