samba.sh / README.md fix typo

This commit is contained in:
David Personette 2017-10-08 14:47:27 -04:00
parent 1f922b46bc
commit 03c92bda3b
2 changed files with 4 additions and 4 deletions

View File

@ -37,7 +37,7 @@ OR set local storage:
-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
-r Disable recycle bin for shares -r Disable recycle bin for shares
-S Disable SMB2 minimun version -S Disable SMB2 minimum version
-s "<name;/path>[;browse;readonly;guest;users;admins;wl]" Config a share -s "<name;/path>[;browse;readonly;guest;users;admins;wl]" Config a share
required arg: "<name>;</path>" required arg: "<name>;</path>"
<name> is how it's called for clients <name> is how it's called for clients
@ -68,7 +68,7 @@ ENVIRONMENT VARIABLES (only available with `docker run`)
* `CHARMAP` - As above, configure character mapping * `CHARMAP` - As above, configure character mapping
* `NMBD` - As above, enable nmbd * `NMBD` - As above, enable nmbd
* `SMB` - As above, disable SMB2 minimun version * `SMB` - As above, disable SMB2 minimum version
* `TZ` - As above, set a zoneinfo timezone, IE `EST5EDT` * `TZ` - As above, set a zoneinfo timezone, IE `EST5EDT`
* `WIDELINKS` - As above, allow access wide symbolic links * `WIDELINKS` - As above, allow access wide symbolic links
* `WORKGROUP` - As above, set workgroup * `WORKGROUP` - As above, set workgroup

View File

@ -97,7 +97,7 @@ share() { local share="$1" path="$2" browsable=${3:-yes} ro=${4:-yes} \
echo "" >>$file echo "" >>$file
} }
### smb: disable SMB2 minimun ### smb: disable SMB2 minimum
# Arguments: # Arguments:
# none) # none)
# Return: result # Return: result
@ -167,7 +167,7 @@ Options (fields in '[]' are optional, '<>' are required):
-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
-r Disable recycle bin for shares -r Disable recycle bin for shares
-S Disable SMB2 minimun version -S Disable SMB2 minimum version
-s \"<name;/path>[;browse;readonly;guest;users;admins;wl]\" Config a share -s \"<name;/path>[;browse;readonly;guest;users;admins;wl]\" Config a share
required arg: \"<name>;</path>\" required arg: \"<name>;</path>\"
<name> is how it's called for clients <name> is how it's called for clients