From e2b4148855c0a5a6e23e0c9bd178932e6a758428 Mon Sep 17 00:00:00 2001 From: Laurent Cozic Date: Fri, 6 Sep 2019 15:29:31 +0100 Subject: Removed comment from --rsync-get-flags option --- rsync_tmbackup.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/rsync_tmbackup.sh b/rsync_tmbackup.sh index 9900282..6fbf8f2 100755 --- a/rsync_tmbackup.sh +++ b/rsync_tmbackup.sh @@ -38,7 +38,8 @@ fn_display_usage() { echo " -p, --port SSH port." echo " -h, --help Display this help message." echo " -i, --id_rsa Specify the private ssh key to use." - echo " --rsync-get-flags Display the default rsync flags that are used for backup." + echo " --rsync-get-flags Display the default rsync flags that are used for backup. If using remote" + echo " drive over SSH, --compress will be added." echo " --rsync-set-flags Set the rsync flags that are going to be used for backup." echo " --rsync-append-flags Append the rsync flags that are going to be used for backup." echo " --log-dir Set the log file directory. If this flag is set, generated files will" @@ -246,7 +247,6 @@ while :; do --rsync-get-flags) shift echo $RSYNC_FLAGS - echo "if using remote drive over SSH, --compress will be added" exit ;; --rsync-set-flags) -- cgit v1.2.3