From 5d4824fff0896fa8d32fc11173ae90ff93027f11 Mon Sep 17 00:00:00 2001 From: Pavel Emelyanov Date: Fri, 15 Nov 2013 21:51:19 +0400 Subject: [PATCH] crtools: Fix help text according to new -W option Signed-off-by: Pavel Emelyanov --- crtools.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/crtools.c b/crtools.c index a058b465a..b68023618 100644 --- a/crtools.c +++ b/crtools.c @@ -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"