[CRIU] [PATCH] [v2] criu.8: document restore --leave-stopped

Kir Kolyshkin kir at openvz.org
Tue Oct 18 08:51:31 PDT 2016


Option --leave-stopped can now be used during restore,
but this was not reflected in the man page.

[v2: fix wording]

https://github.com/xemul/criu/issues/215

Signed-off-by: Kir Kolyshkin <kir at openvz.org>
---
 Documentation/criu.txt | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/Documentation/criu.txt b/Documentation/criu.txt
index 5ee5995..533855b 100644
--- a/Documentation/criu.txt
+++ b/Documentation/criu.txt
@@ -284,6 +284,10 @@ Restores previously checkpointed processes.
 *-d*, *--restore-detached*::
     Detach *criu* itself once restore is complete.
 
+*-s*, *--leave-stopped*::
+    Leave tasks in stopped state after restore (rather than resuming
+    their execution).
+
 *-S*, *--restore-sibling*::
     Restore root task as a sibling (makes sense only with
     *--restore-detached*).
-- 
2.7.4



More information about the CRIU mailing list