From 92226c6f3c767a92f8a2ca2e1dc11c0a3afd64c5 Mon Sep 17 00:00:00 2001 From: Tycho Andersen Date: Tue, 20 Sep 2016 18:08:22 +0000 Subject: [PATCH] help: update help output for --cgroup-root Signed-off-by: Tycho Andersen CC: Kir Kolyshkin Signed-off-by: Pavel Emelyanov --- criu/crtools.c | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/criu/crtools.c b/criu/crtools.c index 71a988d64..a7e7d739b 100644 --- a/criu/crtools.c +++ b/criu/crtools.c @@ -859,8 +859,11 @@ usage: " --manage-cgroups [m] dump/restore process' cgroups; argument can be one of\n" " 'none', 'props', 'soft' (default), 'full' or 'strict'\n" " --cgroup-root [controller:]/newroot\n" -" change the root cgroup the controller will be\n" -" installed into. No controller means that root is the\n" +" on dump: change the root for the controller that will\n" +" be dumped. By default, only the paths with tasks in\n" +" them and below will be dumped.\n" +" on restore: change the root cgroup the controller will\n" +" be installed into. No controller means that root is the\n" " default for all controllers not specified\n" " --cgroup-props STRING\n" " define cgroup controllers and properties\n"