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

nsswitch: Fix usage information of test_wbinfo_name_lookup.sh

Signed-off-by: Christof Schmitt <cs@samba.org>
Reviewed-by: Volker Lendecke <vl@samba.org>

Autobuild-User(master): Christof Schmitt <cs@samba.org>
Autobuild-Date(master): Thu Apr 18 18:20:26 UTC 2019 on sn-devel-144
This commit is contained in:
Christof Schmitt 2019-03-11 16:25:42 -07:00
parent aec9bda25f
commit f708272350

View File

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