[CRIU] [PATCH 3/4] docs: Add -r option

Cyrill Gorcunov gorcunov at openvz.org
Sat Apr 14 04:13:23 EDT 2012


Signed-off-by: Cyrill Gorcunov <gorcunov at openvz.org>
---
 Documentation/crtools.txt |    7 ++++++-
 1 files changed, 6 insertions(+), 1 deletions(-)

diff --git a/Documentation/crtools.txt b/Documentation/crtools.txt
index b925cd6..f5ff2bb 100644
--- a/Documentation/crtools.txt
+++ b/Documentation/crtools.txt
@@ -11,7 +11,7 @@ crtools - checkpoint/restore in userspace
 
 SYNOPSIS
 --------
-'crtools' [-c] [-f <file>] [-d] [-n] [-o <path>] [-D <path>] [-v [num]] [--help] <command> (-p|-t) <pid>
+'crtools' [-c] [-r] [-f <file>] [-d] [-n] [-o <path>] [-D <path>] [-v [num]] [--help] <command> (-p|-t) <pid>
 
 DESCRIPTION
 -----------
@@ -61,6 +61,11 @@ OPTIONS
 -o <file>::
     Write logging messages to 'file'.
 
+-r::
+    Resolve peer by name. Serves to connect sockets the dumpee uses for
+    sending packets only, thus such sockets have a peer but peer is not
+    connected back.
+
 -v <num>::
     Set logging level to 'num'. Valid options are: 0 - (silent, error messages
     only), 1 - informative (default), 2 - debug messages.
-- 
1.7.7.6



More information about the CRIU mailing list