mirror of
https://github.com/checkpoint-restore/criu
synced 2025-09-02 15:25:21 +00:00
docs: Add -s option
Signed-off-by: Cyrill Gorcunov <gorcunov@openvz.org> Signed-off-by: Pavel Emelyanov <xemul@parallels.com>
This commit is contained in:
committed by
Pavel Emelyanov
parent
52242be32c
commit
05421b2c5a
@@ -11,7 +11,7 @@ crtools - checkpoint/restore in userspace
|
|||||||
|
|
||||||
SYNOPSIS
|
SYNOPSIS
|
||||||
--------
|
--------
|
||||||
'crtools' [-c] [-f <file>] [-d] [-n] [-o <path>] [-D <path>] [-v [num]] [--help] <command> (-p|-t) <pid>
|
'crtools' [-c] [-s] [-f <file>] [-d] [-n] [-o <path>] [-D <path>] [-v [num]] [--help] <command> (-p|-t) <pid>
|
||||||
|
|
||||||
DESCRIPTION
|
DESCRIPTION
|
||||||
-----------
|
-----------
|
||||||
@@ -40,6 +40,9 @@ OPTIONS
|
|||||||
Use path 'path' as a base directory where to look for dump files set. This
|
Use path 'path' as a base directory where to look for dump files set. This
|
||||||
commands allpies to any <command>.
|
commands allpies to any <command>.
|
||||||
|
|
||||||
|
-s::
|
||||||
|
Leave tasks in stopped state after checkpoint instead of killing them.
|
||||||
|
|
||||||
-f <file>::
|
-f <file>::
|
||||||
This option is valid for 'show' command only and allows to see content of
|
This option is valid for 'show' command only and allows to see content of
|
||||||
the <file> specified.
|
the <file> specified.
|
||||||
|
Reference in New Issue
Block a user