samba.sh/README.md fix #62 extra comment argument listing
This commit is contained in:
parent
dd0496e1f6
commit
14c3a1856f
@ -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
|
||||||
|
2
samba.sh
2
samba.sh
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user