From 14285005ec5f208327ab8236e9c33bfefe38126a Mon Sep 17 00:00:00 2001 From: "Salvador I. Gonzalez" Date: Sat, 11 Aug 2012 10:47:58 -0400 Subject: s3-selftest: Fix copy/paste error in test usage string Signed-off-by: Andrew Bartlett --- source3/script/tests/test_smbclient_auth.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source3/script') diff --git a/source3/script/tests/test_smbclient_auth.sh b/source3/script/tests/test_smbclient_auth.sh index b90334f0cd..39880950bb 100755 --- a/source3/script/tests/test_smbclient_auth.sh +++ b/source3/script/tests/test_smbclient_auth.sh @@ -4,7 +4,7 @@ if [ $# -lt 4 ]; then cat < +Usage: test_smbclient_auth.sh SERVER SERVER_IP USERNAME PASSWORD SMBCLIENT EOF exit 1; fi -- cgit