Specify the new optFlag correctly

This commit is contained in:
Jean-Paul Calderone 2018-03-19 15:12:59 -04:00
parent 1f92879788
commit 371965f7d4

View File

@ -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]"