reword
This commit is contained in:
parent
ac46fb24f9
commit
92bd22f2c6
|
@ -96,9 +96,9 @@ tahoe grid-manager add
|
||||||
Takes two args: ``name pubkey``. The ``name`` is an arbitrary local
|
Takes two args: ``name pubkey``. The ``name`` is an arbitrary local
|
||||||
identifier for the new storage node (also sometimes called "a petname"
|
identifier for the new storage node (also sometimes called "a petname"
|
||||||
or "nickname"). The pubkey is the encoded key from a ``node.pubkey``
|
or "nickname"). The pubkey is the encoded key from a ``node.pubkey``
|
||||||
file in the storage-server's node directory (with no whitespace). For
|
file in the storage-server's node directory (minus any
|
||||||
example, if ``~/storage0`` contains a storage-node, you might do
|
whitespace). For example, if ``~/storage0`` contains a storage-node,
|
||||||
something like this:
|
you might do something like this:
|
||||||
|
|
||||||
tahoe grid-manager --config ./gm0 add storage0 $(cat ~/storage0/node.pubkey)
|
tahoe grid-manager --config ./gm0 add storage0 $(cat ~/storage0/node.pubkey)
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue