mirror of
https://git.tukaani.org/xz.git
synced 2024-04-04 12:36:23 +02:00
liblzma: Reword lzma_str_list_filters() documentation.
This further improves the documentation from commit
f36ca7982f
. The previous wording of
"supported options" was slightly misleading since the options that are
printed are the ones that are relevant for encoding/decoding. It is not
about which options can or must be specified.
This commit is contained in:
parent
818701ba1c
commit
43845fa70f
1 changed files with 1 additions and 1 deletions
|
@ -731,7 +731,7 @@ extern LZMA_API(lzma_ret) lzma_str_from_filters(
|
|||
*
|
||||
* If a filter_id is given then only one line is created which contains the
|
||||
* filter name. If LZMA_STR_ENCODER or LZMA_STR_DECODER is used then the
|
||||
* supported options for encoding or decoding are listed on the same line too.
|
||||
* options read by the encoder or decoder are printed on the same line.
|
||||
*
|
||||
* If filter_id is LZMA_VLI_UNKNOWN then all supported .xz-compatible filters
|
||||
* are listed:
|
||||
|
|
Loading…
Reference in a new issue