[CRIU] [PATCH 04/15] criu --help: rectify --skip-in-flight

Kir Kolyshkin kir at openvz.org
Tue Aug 30 16:58:07 PDT 2016


Such a lengthy description is not quite suitable for --help output.
Also, it violates 80 columns and looks ugly as a result.
Fix both issues.

Was:
     --skip-in-flight   this option skips in-flight TCP connections.
                        if TCP connections are found which are not yet completely
                        established, criu will ignore these connections in favor
                        of erroring out.

Now:
     --skip-in-flight   skip (ignore) in-flight TCP connections

Signed-off-by: Kir Kolyshkin <kir at openvz.org>
---
 criu/crtools.c | 5 +----
 1 file changed, 1 insertion(+), 4 deletions(-)

diff --git a/criu/crtools.c b/criu/crtools.c
index f15242f..a39f511 100644
--- a/criu/crtools.c
+++ b/criu/crtools.c
@@ -844,10 +844,7 @@ usage:
 "                        allow external unix connections (optional arguments\n"
 "                        are socketpair inode(s) that allow one-sided dump)\n"
 "     --" SK_EST_PARAM "  checkpoint/restore established TCP connections\n"
-"     --" SK_INFLIGHT_PARAM "   this option skips in-flight TCP connections.\n"
-"                        if TCP connections are found which are not yet completely\n"
-"                        established, criu will ignore these connections in favor\n"
-"                        of erroring out.\n"
+"     --" SK_INFLIGHT_PARAM "   skip (ignore) in-flight TCP connections\n"
 "  -r|--root PATH        change the root filesystem (when run in mount namespace)\n"
 "  --evasive-devices     use any path to a device file if the original one\n"
 "                        is inaccessible\n"
-- 
2.7.4



More information about the CRIU mailing list