Commit e4fa84a3 authored by Radostin Stoyanov's avatar Radostin Stoyanov Committed by Andrei Vagin

criu(8): Move --log-pid under restore

The --log-pid option was introduced with commit

fc7bedc5
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: 's avatarRadostin Stoyanov <rstoyanov1@gmail.com>
Signed-off-by: 's avatarAndrei Vagin <avagin@gmail.com>
parent e08c7dc2
...@@ -65,9 +65,6 @@ The following levels are available: ...@@ -65,9 +65,6 @@ The following levels are available:
*-o*, *--log-file* 'file':: *-o*, *--log-file* 'file'::
Write logging messages to 'file'. Write logging messages to 'file'.
*--log-pid*::
Write separate logging files per each pid.
*--display-stats*:: *--display-stats*::
During dump as well as during restore *criu* collects information During dump as well as during restore *criu* collects information
like the time required to dump or restore the process or the like the time required to dump or restore the process or the
...@@ -373,6 +370,9 @@ usually need to be escaped from shell. ...@@ -373,6 +370,9 @@ usually need to be escaped from shell.
Restore root task as a sibling (makes sense only with Restore root task as a sibling (makes sense only with
*--restore-detached*). *--restore-detached*).
*--log-pid*::
Write separate logging files per each pid.
*-r*, *--root* 'path':: *-r*, *--root* 'path'::
Change the root filesystem to 'path' (when run in a mount namespace). Change the root filesystem to 'path' (when run in a mount namespace).
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment