[CRIU] [PATCH 2/4] criu --help: rephrase --pidfile description

Kir Kolyshkin kir at openvz.org
Thu Dec 12 10:14:24 PST 2013


... to fit in a single line.

Signed-off-by: Kir Kolyshkin <kir at openvz.org>
---
 crtools.c | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/crtools.c b/crtools.c
index bb350d9..114dc25 100644
--- a/crtools.c
+++ b/crtools.c
@@ -396,8 +396,7 @@ usage:
 "  -s|--leave-stopped    leave tasks in stopped state after checkpoint\n"
 "  -R|--leave-running    leave tasks in running state after checkpoint\n"
 "  -D|--images-dir DIR   directory for image files\n"
-"     --pidfile FILE     write a pid of a root task, service or page-server\n"
-"                        to this file\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"
 "\n"
-- 
1.8.1.4



More information about the CRIU mailing list