Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/checkpoint-restore/criu.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRadostin Stoyanov <rstoyanov1@gmail.com>2019-01-17 11:43:32 +0300
committerAndrei Vagin <avagin@gmail.com>2019-04-21 06:25:26 +0300
commite4fa84a32a75fea6c8e3d5d1d0d13f513e857dde (patch)
tree0b37c3e8373c189da53f078d614b8945aa6aff54 /Documentation
parente08c7dc2bcb53515ef90d76ab0e643a1277fd7fc (diff)
criu(8): Move --log-pid under restore
The --log-pid option was introduced with commit fc7bedc50ab4ca08b1c96764a5bd1acbc1889fa6 crtools: make to be able to split messages by pid This option is applicable only for restore. Therefore, move the documentation from "Common options" to "restore". Signed-off-by: Radostin Stoyanov <rstoyanov1@gmail.com> Signed-off-by: Andrei Vagin <avagin@gmail.com>
Diffstat (limited to 'Documentation')
-rw-r--r--Documentation/criu.txt6
1 files changed, 3 insertions, 3 deletions
diff --git a/Documentation/criu.txt b/Documentation/criu.txt
index d7ba16fb3..80ce1124a 100644
--- a/Documentation/criu.txt
+++ b/Documentation/criu.txt
@@ -65,9 +65,6 @@ The following levels are available:
*-o*, *--log-file* 'file'::
Write logging messages to 'file'.
-*--log-pid*::
- Write separate logging files per each pid.
-
*--display-stats*::
During dump as well as during restore *criu* collects information
like the time required to dump or restore the process or the
@@ -373,6 +370,9 @@ usually need to be escaped from shell.
Restore root task as a sibling (makes sense only with
*--restore-detached*).
+*--log-pid*::
+ Write separate logging files per each pid.
+
*-r*, *--root* 'path'::
Change the root filesystem to 'path' (when run in a mount namespace).