Add missing 'admins' parameter in usage message (#26)
This commit is contained in:
parent
dfd84c2fc9
commit
070090fc97
@ -34,7 +34,7 @@ OR set local storage:
|
|||||||
required arg: "<path>" - full file path in container
|
required arg: "<path>" - full file path in container
|
||||||
-n Start the 'nmbd' daemon to advertise the shares
|
-n Start the 'nmbd' daemon to advertise the shares
|
||||||
-p Set ownership and permissions on the shares
|
-p Set ownership and permissions on the shares
|
||||||
-s "<name;/path>[;browsable;readonly;guest;users]" Configure a share
|
-s "<name;/path>[;browsable;readonly;guest;users;admins]" Configure a share
|
||||||
required arg: "<name>;<comment>;</path>"
|
required arg: "<name>;<comment>;</path>"
|
||||||
<name> is how it's called for clients
|
<name> is how it's called for clients
|
||||||
<path> path to share
|
<path> path to share
|
||||||
|
2
samba.sh
2
samba.sh
@ -114,7 +114,7 @@ Options (fields in '[]' are optional, '<>' are required):
|
|||||||
required arg: \"<path>\" - full file path in container
|
required arg: \"<path>\" - full file path in container
|
||||||
-n Start the 'nmbd' daemon to advertise the shares
|
-n Start the 'nmbd' daemon to advertise the shares
|
||||||
-p Set ownership and permissions on the shares
|
-p Set ownership and permissions on the shares
|
||||||
-s \"<name;/path>[;browsable;readonly;guest;users]\" Configure a share
|
-s \"<name;/path>[;browsable;readonly;guest;users;admins]\" Configure a share
|
||||||
required arg: \"<name>;<comment>;</path>\"
|
required arg: \"<name>;<comment>;</path>\"
|
||||||
<name> is how it's called for clients
|
<name> is how it's called for clients
|
||||||
<path> path to share
|
<path> path to share
|
||||||
|
Loading…
Reference in New Issue
Block a user