Commit ce3f7e48 authored by Kir Kolyshkin's avatar Kir Kolyshkin Committed by Pavel Emelyanov

crtools --help: add --ms option to check syntax

Alternatively, we could add [<options>] but since this is the only
option let's just add this one.
Signed-off-by: 's avatarKir Kolyshkin <kir@openvz.org>
Signed-off-by: 's avatarPavel Emelyanov <xemul@parallels.com>
parent eeb5d970
......@@ -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");
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment