summaryrefslogtreecommitdiff
path: root/source3/script
diff options
context:
space:
mode:
authorSalvador I. Gonzalez <sgonzalez@codejunkie.net>2012-08-11 10:47:58 -0400
committerAndrew Bartlett <abartlet@samba.org>2012-08-14 07:48:05 +1000
commit14285005ec5f208327ab8236e9c33bfefe38126a (patch)
treee16b01635e7ea807f357d5b0b686cac7a648e7d2 /source3/script
parent4e4c3062bc4eac8ef6311e41e5632f7c17d5b1c3 (diff)
downloadsamba-14285005ec5f208327ab8236e9c33bfefe38126a.tar.gz
samba-14285005ec5f208327ab8236e9c33bfefe38126a.tar.bz2
samba-14285005ec5f208327ab8236e9c33bfefe38126a.zip
s3-selftest: Fix copy/paste error in test usage string
Signed-off-by: Andrew Bartlett <abartlet@samba.org>
Diffstat (limited to 'source3/script')
-rwxr-xr-xsource3/script/tests/test_smbclient_auth.sh2
1 files changed, 1 insertions, 1 deletions
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 <<EOF
-Usage: test_smbclient_s3.sh SERVER SERVER_IP USERNAME PASSWORD SMBCLIENT <smbclient arguments>
+Usage: test_smbclient_auth.sh SERVER SERVER_IP USERNAME PASSWORD SMBCLIENT <smbclient arguments>
EOF
exit 1;
fi