[CRIU] [PATCH 3/5] help: Drop -p option
    Cyrill Gorcunov 
    gorcunov at openvz.org
       
    Fri Jul 20 15:52:24 EDT 2012
    
    
  
We don't have it anymore
Signed-off-by: Cyrill Gorcunov <gorcunov at openvz.org>
---
 crtools.c |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/crtools.c b/crtools.c
index a295d59..b7d4619 100644
--- a/crtools.c
+++ b/crtools.c
@@ -216,8 +216,8 @@ int main(int argc, char *argv[])
 
 usage:
 	pr_msg("\nUsage:\n");
-	pr_msg("  %s dump -p|-t pid [<options>]\n", argv[0]);
-	pr_msg("  %s restore -p|-t pid [<options>]\n", argv[0]);
+	pr_msg("  %s dump -t pid [<options>]\n", argv[0]);
+	pr_msg("  %s restore -t pid [<options>]\n", argv[0]);
 	pr_msg("  %s show (-D dir)|(-f file) [<options>]\n", argv[0]);
 	pr_msg("  %s check\n", argv[0]);
 
-- 
1.7.7.6
    
    
More information about the CRIU
mailing list