samba.sh/README.md fix #62 extra comment argument listing

This commit is contained in:
David Personette 2017-06-05 14:38:18 -04:00
parent dd0496e1f6
commit 14c3a1856f
2 changed files with 2 additions and 2 deletions

View File

@ -38,7 +38,7 @@ OR set local storage:
-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 "<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>;<comment>;</path>" required arg: "<name>;</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
NOTE: for the default values, just leave blank NOTE: for the default values, just leave blank

View File

@ -151,7 +151,7 @@ Options (fields in '[]' are optional, '<>' are required):
-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 \"<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>;<comment>;</path>\" required arg: \"<name>;</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
NOTE: for the default value, just leave blank NOTE: for the default value, just leave blank