added description of "--priority=rt"
This commit is contained in:
parent
0665a359aa
commit
40580ff669
@ -289,7 +289,8 @@ and weight typically 100x the target dictionary size (for example, 10 MB for a 1
|
|||||||
.TP
|
.TP
|
||||||
.B \-B#
|
.B \-B#
|
||||||
cut file into independent blocks of size # (default: no block)
|
cut file into independent blocks of size # (default: no block)
|
||||||
|
.B \--priority=rt
|
||||||
|
set process priority to real-time
|
||||||
|
|
||||||
.SH ADVANCED COMPRESSION OPTIONS
|
.SH ADVANCED COMPRESSION OPTIONS
|
||||||
.TP
|
.TP
|
||||||
|
@ -148,6 +148,7 @@ static int usage_advanced(const char* programName)
|
|||||||
DISPLAY( " -e# : test all compression levels from -bX to # (default: 1)\n");
|
DISPLAY( " -e# : test all compression levels from -bX to # (default: 1)\n");
|
||||||
DISPLAY( " -i# : minimum evaluation time in seconds (default : 3s)\n");
|
DISPLAY( " -i# : minimum evaluation time in seconds (default : 3s)\n");
|
||||||
DISPLAY( " -B# : cut file into independent blocks of size # (default: no block)\n");
|
DISPLAY( " -B# : cut file into independent blocks of size # (default: no block)\n");
|
||||||
|
DISPLAY( "--priority=rt : set process priority to real-time\n");
|
||||||
#endif
|
#endif
|
||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user