1
0
mirror of https://github.com/samba-team/samba.git synced 2025-12-04 08:23:50 +03:00

s3:script: Fix script usage lines

Signed-off-by: Joseph Sutton <josephsutton@catalyst.net.nz>
Reviewed-by: Andrew Bartlett <abartlet@samba.org>
This commit is contained in:
Joseph Sutton
2023-09-05 16:21:19 +12:00
committed by Andrew Bartlett
parent 716c3a2536
commit 74624bd98d
12 changed files with 12 additions and 12 deletions

View File

@@ -4,7 +4,7 @@
if [ $# -lt 5 ]; then if [ $# -lt 5 ]; then
cat <<EOF cat <<EOF
Usage: test_smbclient_basic.sh SERVER SERVER_IP DOMAIN USERNAME PASSWORD SMBCLIENT <smbclient arguments> Usage: test_bug15435_widelink_dfs.sh SERVER SERVER_IP USERNAME PASSWORD SMBCLIENT CONFIGURATION <smbclient arguments>
EOF EOF
exit 1 exit 1
fi fi

View File

@@ -8,7 +8,7 @@
# Copyright (C) 2021 Jeremy Allison # Copyright (C) 2021 Jeremy Allison
if [ $# -lt 5 ]; then if [ $# -lt 5 ]; then
echo Usage: test_chdir_user.sh \ echo Usage: test_chdir_cache.sh \
--configfile=SERVERCONFFILE SMBCLIENT SMBCONTROL SERVER SHARE PREFIX TESTENV --configfile=SERVERCONFFILE SMBCLIENT SMBCONTROL SERVER SHARE PREFIX TESTENV
exit 1 exit 1
fi fi

View File

@@ -5,7 +5,7 @@
if [ $# -lt 6 ]; then if [ $# -lt 6 ]; then
cat <<EOF cat <<EOF
Usage: test_forceuser.sh SERVER DOMAIN USERNAME PASSWORD LOCAL_PATH SMBCLIENT <smbclient arguments> Usage: test_forceuser_validusers.sh SERVER DOMAIN USERNAME PASSWORD LOCAL_PATH SMBCLIENT <smbclient arguments>
EOF EOF
exit 1 exit 1
fi fi

View File

@@ -5,7 +5,7 @@
# Copyright (C) 2011 Björn Baumbach <bb@sernet.de> # Copyright (C) 2011 Björn Baumbach <bb@sernet.de>
if [ $# -lt 5 ]; then if [ $# -lt 5 ]; then
echo "Usage: test_net_registry.sh SCRIPTDIR SERVERCONFFILE NET CONFIGURATION DBWRAP_TOOL" echo "Usage: test_net_registry_check.sh SCRIPTDIR SERVERCONFFILE NET CONFIGURATION DBWRAP_TOOL"
exit 1 exit 1
fi fi

View File

@@ -2,7 +2,7 @@
if [ $# -lt 4 ]; then if [ $# -lt 4 ]; then
cat <<EOF cat <<EOF
Usage: test_smbspool.sh SERVER SERVER_IP DOMAIN USERNAME PASSWORD Usage: test_printing_var_exp.sh SERVER SERVER_IP DOMAIN USERNAME PASSWORD
EOF EOF
exit 1 exit 1
fi fi

View File

@@ -6,7 +6,7 @@
if [ $# -lt 4 ]; then if [ $# -lt 4 ]; then
cat <<EOF cat <<EOF
Usage: test_net_srvsvc.sh USERNAME PASSWORD SERVER RPCCLIENT Usage: test_rpcclient_lookup.sh USERNAME PASSWORD SERVER RPCCLIENT
EOF EOF
exit 1 exit 1
fi fi

View File

@@ -6,7 +6,7 @@
if [ $# -lt 5 ]; then if [ $# -lt 5 ]; then
cat <<EOF cat <<EOF
Usage: test_net_srvsvc.sh USERNAME PASSWORD SERVER RPCCLIENT SHARE1 Usage: test_rpcclientsrvsvc.sh USERNAME PASSWORD SERVER RPCCLIENT SHARE1
EOF EOF
exit 1 exit 1
fi fi

View File

@@ -2,7 +2,7 @@
if [ $# -lt 1 ]; then if [ $# -lt 1 ]; then
cat <<EOF cat <<EOF
Usage: test_smbclient.sh ccache smbclient3 server <smbclient args> Usage: test_smbclient_krb5.sh ccache smbclient3 server <smbclient args>
EOF EOF
exit 1 exit 1
fi fi

View File

@@ -2,7 +2,7 @@
if [ $# -lt 1 ]; then if [ $# -lt 1 ]; then
cat <<EOF cat <<EOF
Usage: test_smbclient_posix_large.sh ccache smbclient3 server prefix <smbclient args> Usage: test_smbclient_large_file.sh ccache smbclient3 server prefix <smbclient args>
EOF EOF
exit 1 exit 1
fi fi

View File

@@ -2,7 +2,7 @@
if [ $# -lt 6 ]; then if [ $# -lt 6 ]; then
cat <<EOF cat <<EOF
Usage: test_smbclient.sh smbclient3 SERVER USERNAME PASSWORD PREFIX CONFIGURATION Usage: test_smbclient_netbios_aliases.sh smbclient3 SERVER USERNAME PASSWORD PREFIX CONFIGURATION
EOF EOF
exit 1 exit 1
fi fi

View File

@@ -2,7 +2,7 @@
if [ $# -lt 4 ]; then if [ $# -lt 4 ]; then
cat <<EOF cat <<EOF
Usage: test_smbclient_basic.sh SERVER SERVER_IP DOMAIN USERNAME PASSWORD Usage: test_smbspool.sh SERVER SERVER_IP USERNAME PASSWORD TARGET_ENV
EOF EOF
exit 1 exit 1
fi fi

View File

@@ -7,7 +7,7 @@
if [ $# -lt 1 ]; then if [ $# -lt 1 ]; then
cat <<EOF cat <<EOF
Usage: test_net_registry_roundtrip.sh LOCAL_PATH Usage: test_testparm_s3.sh LOCAL_PATH
EOF EOF
exit 1 exit 1
fi fi