Add missing 'admins' parameter in usage message (#26)

This commit is contained in:
Robert Hargreaves 2016-08-25 13:14:05 +01:00 committed by David Personette
parent dfd84c2fc9
commit 070090fc97
2 changed files with 2 additions and 2 deletions

View File

@ -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

View File

@ -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