diff options
author | Christian Hesse <mail@eworm.de> | 2024-04-07 21:11:03 +0200 |
---|---|---|
committer | Christian Hesse <mail@eworm.de> | 2024-04-07 22:51:24 +0200 |
commit | 3015743b19883d2e19605b819fd2bbcbc6597d8f (patch) | |
tree | 2025d825b6afdfafcda11bd95c90bc361eb24d29 /backup-upload.rsc | |
parent | 36cf4d028bcf9597143249aed238dc5e131fda50 (diff) |
global-functions: $HumanReadableNum: indicate binary base...
... and update scripts to match the change.
Diffstat (limited to 'backup-upload.rsc')
-rw-r--r-- | backup-upload.rsc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/backup-upload.rsc b/backup-upload.rsc index 18223bb..63e5b7f 100644 --- a/backup-upload.rsc +++ b/backup-upload.rsc @@ -140,7 +140,7 @@ :return \ [ $IfThenElse ([ :typeof $File ] = "array") \ ($Name . ":\n" . [ $FormatLine " name" ($File->"name") ] . "\n" . \ - [ $FormatLine " size" ([ $HumanReadableNum ($File->"size") 1024 ] . "iB") ]) \ + [ $FormatLine " size" ([ $HumanReadableNum ($File->"size") 1024 ] . "B") ]) \ [ $FormatLine $Name $File ] ]; } |