diff options
Diffstat (limited to 'src/lzma')
-rw-r--r-- | src/lzma/help.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lzma/help.c b/src/lzma/help.c index 85d754ec..7f8be669 100644 --- a/src/lzma/help.c +++ b/src/lzma/help.c @@ -124,7 +124,7 @@ These aren't implemented yet. " Resource usage options:\n" "\n" " -M, --memory=NUM use roughly NUM bytes of memory at maximum\n" -" -T, --threads=NUM use at maximum of NUM (de)compression threads\n" +" -T, --threads=NUM use a maximum of NUM (de)compression threads\n" // " --threading=STR threading style; possible values are `auto' (default),\n" // " `files', and `stream' )); |