diff options
author | Jia Tan <jiat0218@gmail.com> | 2023-05-13 21:21:54 +0800 |
---|---|---|
committer | Jia Tan <jiat0218@gmail.com> | 2023-07-18 23:21:23 +0800 |
commit | 98fc14541eec3e1dcf694075c8533f19a3cee552 (patch) | |
tree | c69759fc98a8382718e4be873052e93abb7d8e25 /src/liblzma | |
parent | xz: Translate the second "%s: " in message.c since French needs "%s : ". (diff) | |
download | xz-98fc14541eec3e1dcf694075c8533f19a3cee552.tar.xz |
liblzma: Reword lzma_str_list_filters() documentation.
Reword "options required" to "options read". The previous wording
may have suggested that the options listed were all required when
the filters are used for encoding or decoding. Now it should be
more clear that the options listed are the ones relevant for
encoding or decoding.
Diffstat (limited to 'src/liblzma')
-rw-r--r-- | src/liblzma/api/lzma/filter.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/liblzma/api/lzma/filter.h b/src/liblzma/api/lzma/filter.h index fa612455..b38bc6ac 100644 --- a/src/liblzma/api/lzma/filter.h +++ b/src/liblzma/api/lzma/filter.h @@ -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 - * options required 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: |