liblzma: Slightly rewords lzma_str_list_filters() documentation.
Reword "options required" to "supported options". The previous may have suggested that the options listed were all required anytime a filter is used for encoding or decoding. The reword makes this more clear that adjusting the options is optional.
This commit is contained in:
parent
3374a5359e
commit
f36ca7982f
|
@ -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
|
* 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
|
* filter name. If LZMA_STR_ENCODER or LZMA_STR_DECODER is used then the
|
||||||
* options required for encoding or decoding are listed on the same line too.
|
* supported options for encoding or decoding are listed on the same line too.
|
||||||
*
|
*
|
||||||
* If filter_id is LZMA_VLI_UNKNOWN then all supported .xz-compatible filters
|
* If filter_id is LZMA_VLI_UNKNOWN then all supported .xz-compatible filters
|
||||||
* are listed:
|
* are listed:
|
||||||
|
|
Loading…
Reference in New Issue