=Added usage message ot setacl
This commit is contained in:
parent
aa5e3a5640
commit
95a1b2db61
|
@ -12,6 +12,7 @@ require_root() {
|
|||
function setacl() {
|
||||
if [[ $# -lt 4 ]]; then
|
||||
error "setacl missing arguments, called with '$1' ${@:2}"
|
||||
printf "%s\n" "Usage:" "\tsetacl <Options> <Ownership> <Permissions> <Path> [<Additional Paths>...]"
|
||||
return 1
|
||||
fi
|
||||
local Options=${1}
|
||||
|
|
Loading…
Reference in New Issue