From caa486703fa59428bff2c2a13513dae6c90ce9c8 Mon Sep 17 00:00:00 2001 From: Cyrill Gorcunov Date: Fri, 21 Feb 2014 22:14:03 +0400 Subject: [PATCH] docs: Add -W option description Signed-off-by: Cyrill Gorcunov Signed-off-by: Pavel Emelyanov --- Documentation/criu.txt | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Documentation/criu.txt b/Documentation/criu.txt index 47cb6a723..890b4802a 100644 --- a/Documentation/criu.txt +++ b/Documentation/criu.txt @@ -59,6 +59,10 @@ OPTIONS Use path 'path' as a base directory where to look for dump files set. This commands applies to any 'command'. +*-W*, *--work-dir* 'dir':: + Use directory 'dir' for putting logs, pidfiles and statistics. If not + specified, 'path' from *-D* option is taken. + *-s*, *--leave-stopped*:: Leave tasks in stopped state after checkpoint instead of killing them.