From 25b35f13b6f7c5730ee231b356d7d0b34792307c Mon Sep 17 00:00:00 2001 From: Cyrill Gorcunov Date: Mon, 6 Aug 2012 18:29:53 +0400 Subject: [PATCH] help: Add mnt and net options into the list Signed-off-by: Cyrill Gorcunov Signed-off-by: Pavel Emelyanov --- crtools.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crtools.c b/crtools.c index eeb502c7d..69fe2c373 100644 --- a/crtools.c +++ b/crtools.c @@ -246,7 +246,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); pr_msg(" -r|--root [PATH] change the root filesystem (when run in mount namespace)\n");