[CRIU] [PATCH 4/7] crtools --help: add --ms option to check syntax

Kir Kolyshkin kir at openvz.org
Thu May 2 05:48:11 EDT 2013


Alternatively, we could add [<options>] but since this is the only
option let's just add this one.

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

diff --git a/crtools.c b/crtools.c
index 6425140..519d850 100644
--- a/crtools.c
+++ b/crtools.c
@@ -348,7 +348,7 @@ usage:
 	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]);
+	pr_msg("  %s check [--ms]\n", argv[0]);
 	pr_msg("  %s exec -p PID <syscall-string>\n", argv[0]);
 
 	pr_msg("\nCommands:\n");
-- 
1.8.1.4



More information about the CRIU mailing list