1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-22 13:34:15 +03:00

s4:setup: Fix script usage line

Signed-off-by: Joseph Sutton <josephsutton@catalyst.net.nz>
Reviewed-by: Andrew Bartlett <abartlet@samba.org>
This commit is contained in:
Joseph Sutton 2023-09-05 16:21:50 +12:00 committed by Andrew Bartlett
parent 31212b0c14
commit 2ff2d9bfa1

View File

@ -2,7 +2,7 @@
if [ $# -lt 1 ]; then if [ $# -lt 1 ]; then
cat <<EOF cat <<EOF
Usage: blackbox_group.sh PREFIX Usage: blackbox_spn.sh PREFIX
EOF EOF
exit 1 exit 1
fi fi