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

nsswitch: Fix script usage

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:20:53 +12:00 committed by Andrew Bartlett
parent 187d74d9c0
commit 716c3a2536

View File

@ -2,7 +2,7 @@
# Blackbox test for wbinfo name lookup
if [ $# -lt 3 ]; then
cat <<EOF
Usage: test_wbinfo.sh DOMAIN REALM DC_USERNAME
Usage: test_wbinfo_name_lookup.sh DOMAIN REALM DC_USERNAME
EOF
exit 1
fi