[CRIU] [PATCH 1/2] help: Add mnt and net options into the list

Cyrill Gorcunov gorcunov at openvz.org
Thu Aug 2 03:04:15 EDT 2012


Signed-off-by: Cyrill Gorcunov <gorcunov at openvz.org>
---
 crtools.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/crtools.c b/crtools.c
index 7a9f928..80161bc 100644
--- a/crtools.c
+++ b/crtools.c
@@ -242,7 +242,7 @@ usage:
 
 	pr_msg("\n* Special resources support:\n");
 	pr_msg("  -n|--namespaces       checkpoint/restore namespaces - values must be separated by comma\n");
-	pr_msg("                        supported: uts, ipc, pid\n");
+	pr_msg("                        supported: uts, ipc, mnt, pid, net\n");
 	pr_msg("  -x|--ext-unix-sk      allow external unix connections\n");
 	pr_msg("     --%s  checkpoint/restore established TCP connections\n", SK_EST_PARAM);
 
-- 
1.7.7.6



More information about the CRIU mailing list