diff options
author | Lasse Collin <lasse.collin@tukaani.org> | 2008-05-06 15:15:07 +0300 |
---|---|---|
committer | Lasse Collin <lasse.collin@tukaani.org> | 2008-05-06 15:15:07 +0300 |
commit | 11de5d5267f7a0a7f0a4d34eec147e65eaf9f9cf (patch) | |
tree | 5503159532d56511eb7a0d48812d4f99bc39df69 /src/lzma | |
parent | Typo fix (diff) | |
download | xz-11de5d5267f7a0a7f0a4d34eec147e65eaf9f9cf.tar.xz |
Bunch of grammar fixes from meyering.
Diffstat (limited to '')
-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' )); |