=Added usage message ot setacl

This commit is contained in:
Lockszmith 2022-08-05 20:00:36 -04:00
parent aa5e3a5640
commit 95a1b2db61
1 changed files with 1 additions and 0 deletions

View File

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