Tweak a usage message.

This commit is contained in:
Wayne Davison
2020-06-12 10:20:33 -07:00
parent d3ae752c53
commit 13f81f4aa7

View File

@@ -146,7 +146,7 @@ function path_search {
}
if [[ "$#" == 0 ]]; then
echo "Usage: rsync-ssl [--type=openssl|stunnel] RSYNC_OPTION [...]" 1>&2
echo "Usage: rsync-ssl [--type=openssl|stunnel] RSYNC_ARG [...]" 1>&2
exit 1
fi