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:
parent
584532e2c7
commit
133a6b1a48
@ -300,7 +300,7 @@ function parse_options {
|
||||
;;
|
||||
|
||||
-s | --checksum)
|
||||
OPTIONS="-arcv -H -X -R"
|
||||
OPTIONS="-arcvh -H -X -R"
|
||||
;;
|
||||
|
||||
*)
|
||||
|
Loading…
x
Reference in New Issue
Block a user