nsswitch: Fix usage information of test_wbinfo_name_lookup.sh
authorChristof Schmitt <cs@samba.org>
Mon, 11 Mar 2019 23:25:42 +0000 (16:25 -0700)
committerChristof Schmitt <cs@samba.org>
Thu, 18 Apr 2019 18:20:26 +0000 (18:20 +0000)
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

nsswitch/tests/test_wbinfo_name_lookup.sh

index ee8ae11f4b1cb5873c6c199d88146cafa7699510..6cc52f8094c1b95b37d101c7c2e779a506c91a64 100755 (executable)
@@ -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