add a --helper command-line option to 'tahoe create-node'

This commit is contained in:
meejah
2019-08-06 18:17:58 -06:00
parent ba5f44354b
commit eb0a582d1c
2 changed files with 6 additions and 1 deletions

View File

@ -207,6 +207,7 @@ def _create_node(reactor, request, temp_dir, introducer_furl, flog_gatherer, nam
'--shares-needed', unicode(needed),
'--shares-happy', unicode(happy),
'--shares-total', unicode(total),
'--helper',
]
if not storage:
args.append('--no-storage')