mirror of
https://github.com/borgbackup/borg.git
synced 2025-01-03 05:35:58 +00:00
spelling: zstandard
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
This commit is contained in:
parent
0958d94791
commit
a205c4273b
1 changed files with 1 additions and 1 deletions
|
@ -1504,7 +1504,7 @@ _borg_compression() {
|
|||
'lz4:very high speed, very low compression'
|
||||
)
|
||||
local -a havelvl=(
|
||||
'zstd:("zstandart")'
|
||||
'zstd:("zstandard")'
|
||||
'zlib:("gz") medium speed, medium compression'
|
||||
'lzma:("xz") low speed, high compression'
|
||||
)
|
||||
|
|
Loading…
Reference in a new issue