[CRIU] [PATCH 11/15] criu --help: rm extra line after --empty-ns
Kir Kolyshkin
kir at openvz.org
Tue Aug 30 16:58:14 PDT 2016
There is no need to have it here.
Also, remove curly braces around {net} to avoid confusion.
Was:
--empty-ns {net}
Create a namespace, but don't restore its properies
(assuming it will be restored by action scripts)
Now:
--empty-ns net Create a namespace, but don't restore its properies
(assuming it will be restored by action scripts)
Signed-off-by: Kir Kolyshkin <kir at openvz.org>
---
criu/crtools.c | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/criu/crtools.c b/criu/crtools.c
index 85dafe1..bd41129 100644
--- a/criu/crtools.c
+++ b/criu/crtools.c
@@ -902,8 +902,7 @@ usage:
" pipe[inode]\n"
" socket[inode]\n"
" file[mnt_id:inode]\n"
-" --empty-ns {net}\n"
-" Create a namespace, but don't restore its properies\n"
+" --empty-ns net Create a namespace, but don't restore its properies\n"
" (assuming it will be restored by action scripts)\n"
" -J|--join-ns NS:PID|NS_FILE[,EXTRA_OPTS]\n"
" Join exist namespace and restore process in it.\n"
--
2.7.4
More information about the CRIU
mailing list