From 078465859bd72a7bf87d10f328c20fe1a7c35f76 Mon Sep 17 00:00:00 2001 From: Kir Kolyshkin Date: Thu, 12 Dec 2013 10:14:26 -0800 Subject: [PATCH] criu --help: improve --work-dir description There should either be a comma before the second line, or it should be in parenthesis. I chose latter. Signed-off-by: Kir Kolyshkin Signed-off-by: Pavel Emelyanov --- crtools.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crtools.c b/crtools.c index ecf081b27..9675b5bc2 100644 --- a/crtools.c +++ b/crtools.c @@ -398,7 +398,7 @@ usage: " -D|--images-dir DIR directory for image files\n" " --pidfile FILE write root task, service or page-server pid to FILE\n" " -W|--work-dir DIR directory to cd and write logs/pidfiles/stats to\n" -" if not specified, the --images-dir is used\n" +" (if not specified, value of --images-dir is used)\n" "\n" "* Special resources support:\n" " -x|--" USK_EXT_PARAM " allow external unix connections\n"