1
0
mirror of https://github.com/samba-team/samba.git synced 2025-09-18 09:44:19 +03:00

s3-selftest: Fix copy/paste error in test usage string

Signed-off-by: Andrew Bartlett <abartlet@samba.org>
This commit is contained in:
Salvador I. Gonzalez
2012-08-11 10:47:58 -04:00
committed by Andrew Bartlett
parent 4e4c3062bc
commit 14285005ec

View File

@@ -4,7 +4,7 @@
if [ $# -lt 4 ]; then if [ $# -lt 4 ]; then
cat <<EOF 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 EOF
exit 1; exit 1;
fi fi