diff options
Diffstat (limited to 'man')
| -rw-r--r-- | man/meshbay-node.1 | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/man/meshbay-node.1 b/man/meshbay-node.1 index 92067a2..890da89 100644 --- a/man/meshbay-node.1 +++ b/man/meshbay-node.1 @@ -167,6 +167,14 @@ encryption key on their next connection. Rotate the GEK afterwards with \fBmember unpin\fR \fIusername\fR Forget a member's pinned key, allowing them to pair again with a new one. . +.TP +.B member upload +Removed. Whether uploads are accepted is a property of each directory now, not +a per\-group switch \(em see +.BR "root set" . +A group whose directories are all read\-only accepts no uploads at all, which +is what turning the old switch off meant. +. .SS Group encryption key (GEK) .TP .B gek init @@ -272,6 +280,15 @@ and makes the node treat the directory suddenly disappearing as an unannounced eject rather than as a deletion. . .TP +\fB\-\-upload\-dir\fR \fIpath\fR +Deprecated. A second, read\-write root, used with +.BR "group add" , +from before roots carried their own read\-write flag. Setting it makes every +other root of that group read\-only. Use +.B "meshbay\-node root add" \fIpath\fR \fB\-\-writable\fR +instead. +. +.TP \fB\-\-name\fR \fIname\fR Explicit name for a root, used with .BR "root add" . |