[CRIU] [PATCH 05/15] criu --help: shorten --ghost-limit description

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


Hopefully without losing any meaning, but now it fits in 80 cols

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

diff --git a/criu/crtools.c b/criu/crtools.c
index a39f511..1bc4b5a 100644
--- a/criu/crtools.c
+++ b/criu/crtools.c
@@ -852,7 +852,7 @@ usage:
 "                        can optionally append @<bridge-name> to OUT for moving\n"
 "                        the outside veth to the named bridge\n"
 "  --link-remap          allow one to link unlinked files back when possible\n"
-"  --ghost-limit size    specify maximum size of deleted file contents to be carried inside an image file\n"
+"  --ghost-limit size    limit max size of deleted file contents inside image\n"
 "  --action-script FILE  add an external action script\n"
 "  -j|--" OPT_SHELL_JOB "        allow one to dump and restore shell jobs\n"
 "  -l|--" OPT_FILE_LOCKS "       handle file locks, for safety, only used for container\n"
-- 
2.7.4



More information about the CRIU mailing list