From ce3f7e48eece33da23b7dc191cadc6f7fcb72c2c Mon Sep 17 00:00:00 2001 From: Kir Kolyshkin Date: Thu, 2 May 2013 02:48:11 -0700 Subject: [PATCH] crtools --help: add --ms option to check syntax Alternatively, we could add [] but since this is the only option let's just add this one. Signed-off-by: Kir Kolyshkin Signed-off-by: Pavel Emelyanov --- crtools.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crtools.c b/crtools.c index 6425140bd..519d8505d 100644 --- a/crtools.c +++ b/crtools.c @@ -348,7 +348,7 @@ usage: pr_msg(" %s dump -t PID []\n", argv[0]); pr_msg(" %s restore -t PID []\n", argv[0]); pr_msg(" %s show (-D DIR)|(-f FILE) []\n", argv[0]); - pr_msg(" %s check\n", argv[0]); + pr_msg(" %s check [--ms]\n", argv[0]); pr_msg(" %s exec -p PID \n", argv[0]); pr_msg("\nCommands:\n");