From: Wayne Davison Date: Fri, 12 Jun 2020 17:20:33 +0000 (-0700) Subject: Tweak a usage message. X-Git-Tag: v3.2.0pre1~14 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=13f81f4aa7e41ec7a40015dbce3122e871ccf35b;p=thirdparty%2Frsync.git Tweak a usage message. --- diff --git a/rsync-ssl b/rsync-ssl index c55dc7a8..f48f44f8 100755 --- a/rsync-ssl +++ b/rsync-ssl @@ -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