Fix minor bug

When using the '-s/--checksum' option, rsync output numbers were
not in human readable format. This commit fix this minor issue.
This commit is contained in:
daniele 2017-06-24 23:29:39 +02:00
parent 584532e2c7
commit 133a6b1a48

View File

@ -300,7 +300,7 @@ function parse_options {
;;
-s | --checksum)
OPTIONS="-arcv -H -X -R"
OPTIONS="-arcvh -H -X -R"
;;
*)