Commit 5d4824ff authored by Pavel Emelyanov's avatar Pavel Emelyanov

crtools: Fix help text according to new -W option

Signed-off-by: 's avatarPavel Emelyanov <xemul@parallels.com>
parent b1a197f0
......@@ -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"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment