1 Commits
1.4.1 ... 1.4.2

Author SHA1 Message Date
133a6b1a48 Fix minor bug
When using the '-s/--checksum' option, rsync output numbers were
not in human readable format. This commit fix this minor issue.
2017-06-24 23:29:39 +02:00

View File

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