You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Sep 22, 2020. It is now read-only.
commands especially torusd have about 20 options. Categorizing them (like etcd below) would be helpful for users.
$ ./bin/etcd -h
...
member flags:
--name 'default'
human-readable name for this member.
--data-dir '${name}.etcd'
path to the data directory.
...
clustering flags:
--initial-advertise-peer-urls 'http://localhost:2380'
list of this member's peer URLs to advertise to the rest of the cluster.
...
The text was updated successfully, but these errors were encountered:
commands especially
torusd
have about 20 options. Categorizing them (likeetcd
below) would be helpful for users.The text was updated successfully, but these errors were encountered: