diff options
author | Salvador I. Gonzalez <sgonzalez@codejunkie.net> | 2012-08-11 10:47:58 -0400 |
---|---|---|
committer | Andrew Bartlett <abartlet@samba.org> | 2012-08-14 07:48:05 +1000 |
commit | 14285005ec5f208327ab8236e9c33bfefe38126a (patch) | |
tree | e16b01635e7ea807f357d5b0b686cac7a648e7d2 /source3/script | |
parent | 4e4c3062bc4eac8ef6311e41e5632f7c17d5b1c3 (diff) | |
download | samba-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-x | source3/script/tests/test_smbclient_auth.sh | 2 |
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 |