xbps: restore default repodata compression format (gzip/zlib).
Any compression format from that list is supported without additional changes: gzip, bzip2, lz4, xz, zstd. This is for repository data and binary packages. Close #122
This commit is contained in:
@ -43,7 +43,7 @@ usage(bool fail)
|
||||
" -v --verbose Verbose messages\n"
|
||||
" -V --version Show XBPS version\n"
|
||||
" -C --hashcheck Consider file hashes for cleaning up packages\n"
|
||||
" --compression <fmt> Compression format: none, gzip, bzip2, lz4, zstd (default), xz.\n"
|
||||
" --compression <fmt> Compression format: none, gzip (default), bzip2, lz4, zstd, xz.\n"
|
||||
" --privkey <key> Path to the private key for signing\n"
|
||||
" --signedby <string> Signature details, i.e \"name <email>\"\n\n"
|
||||
"MODE\n"
|
||||
|
Reference in New Issue
Block a user