mirror of
https://github.com/schnaader/precomp-cpp
synced 2026-08-23 00:23:04 -04:00
[WIP] Syntax for -lf
Explain that delta filter flag must be followed by a distance
This commit is contained in:
parent
cdba4f7f41
commit
ca2fd12836
1 changed files with 1 additions and 1 deletions
|
|
@ -1092,7 +1092,7 @@ int init(int argc, char* argv[]) {
|
|||
printf(" lf[+-][xpiatsd] Set LZMA filters (up to 3 of them can be combined) <xpa>\n");
|
||||
printf(" lf+[xpiatsd] = enable these filters, lf- = disable all\n");
|
||||
printf(" X = x86, P = PowerPC, I = IA-64, A = ARM, T = ARM-Thumb\n");
|
||||
printf(" S = SPARC, D = delta\n");
|
||||
printf(" S = SPARC, D = delta (must be followed by distance 1..256)\n");
|
||||
} else {
|
||||
printf(" lf[+-][xpiatsd] Set LZMA filters (up to 3, see long help for details) <xpa>\n");
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue