2
0
mirror of https://github.com/checkpoint-restore/criu synced 2025-08-29 13:28:27 +00:00

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: Kir Kolyshkin <kir@openvz.org>
Signed-off-by: Pavel Emelyanov <xemul@parallels.com>
This commit is contained in:
Kir Kolyshkin 2013-05-02 02:48:11 -07:00 committed by Pavel Emelyanov
parent eeb5d9701c
commit ce3f7e48ee

View File

@ -348,7 +348,7 @@ usage:
pr_msg(" %s dump -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 restore -t PID [<options>]\n", argv[0]);
pr_msg(" %s show (-D DIR)|(-f FILE) [<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(" %s exec -p PID <syscall-string>\n", argv[0]);
pr_msg("\nCommands:\n"); pr_msg("\nCommands:\n");