From 95a1b2db612e9c4ccb06613aebcfa448d6e76505 Mon Sep 17 00:00:00 2001 From: Lockszmith Date: Fri, 5 Aug 2022 20:00:36 -0400 Subject: [PATCH] =Added usage message ot setacl --- _home/dot_sz.shrc.d/01_util.functions | 1 + 1 file changed, 1 insertion(+) diff --git a/_home/dot_sz.shrc.d/01_util.functions b/_home/dot_sz.shrc.d/01_util.functions index 4ca5064..b88d28e 100644 --- a/_home/dot_sz.shrc.d/01_util.functions +++ b/_home/dot_sz.shrc.d/01_util.functions @@ -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 [...]" return 1 fi local Options=${1}