mirror of https://git.tukaani.org/xz.git
xz: Fix white space error.
Thanks to xx on #tukaani.
(cherry picked from commit eeca8f7c5b
)
This commit is contained in:
parent
eed2f26c0e
commit
7413383e42
|
@ -238,7 +238,7 @@ parse_real(args_info *args, int argc, char **argv)
|
|||
{ "check", required_argument, NULL, 'C' },
|
||||
{ "ignore-check", no_argument, NULL, OPT_IGNORE_CHECK },
|
||||
{ "block-size", required_argument, NULL, OPT_BLOCK_SIZE },
|
||||
{ "block-list", required_argument, NULL, OPT_BLOCK_LIST },
|
||||
{ "block-list", required_argument, NULL, OPT_BLOCK_LIST },
|
||||
{ "memlimit-compress", required_argument, NULL, OPT_MEM_COMPRESS },
|
||||
{ "memlimit-decompress", required_argument, NULL, OPT_MEM_DECOMPRESS },
|
||||
{ "memlimit-mt-decompress", required_argument, NULL, OPT_MEM_MT_DECOMPRESS },
|
||||
|
|
Loading…
Reference in New Issue