xbps-rindex: fix comment, zstd is set by default.

This commit is contained in:
Juan RP 2019-06-17 08:22:43 +02:00
parent 6c1759862e
commit f5f7f6b5a3
No known key found for this signature in database
GPG Key ID: AF19F6CB482F9368

View File

@ -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 (default), zstd, xz.\n"
" --compression <fmt> Compression format: none, gzip, bzip2, lz4, zstd (default), xz.\n"
" --privkey <key> Path to the private key for signing\n"
" --signedby <string> Signature details, i.e \"name <email>\"\n\n"
"MODE\n"