mirror of
https://github.com/checkpoint-restore/criu.git
synced 2026-07-25 02:58:54 +00:00
crtools: Fix help text according to new -W option
Signed-off-by: Pavel Emelyanov <xemul@parallels.com>
This commit is contained in:
parent
b1a197f0b8
commit
5d4824fff0
1 changed files with 2 additions and 1 deletions
|
|
@ -399,6 +399,7 @@ usage:
|
|||
" --pidfile FILE write a pid of a root task, service or page-server\n"
|
||||
" to this file\n"
|
||||
" -W|--work-dir DIR directory for logs/pidfiles/stats and for criu process itself\n"
|
||||
" if not specified, the --images-dir is used\n"
|
||||
"\n"
|
||||
"* Special resources support:\n"
|
||||
" -x|--" USK_EXT_PARAM " allow external unix connections\n"
|
||||
|
|
@ -413,7 +414,7 @@ usage:
|
|||
" -l|--" OPT_FILE_LOCKS " handle file locks, for safety, only used for container\n"
|
||||
"\n"
|
||||
"* Logging:\n"
|
||||
" -o|--log-file FILE log file name (path is relative to --images-dir)\n"
|
||||
" -o|--log-file FILE log file name\n"
|
||||
" --log-pid enable per-process logging to separate FILE.pid files\n"
|
||||
" -v[NUM] set logging level:\n"
|
||||
" -v0 - messages regardless of log level\n"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue