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

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