mirror of
https://github.com/checkpoint-restore/criu
synced 2025-08-29 05:18:00 +00:00
crtools: update the usage message for log level
We have more than 2 levels right now, update the usage message. Signed-off-by: Huang Qiang <h.huangqiang@huawei.com> Signed-off-by: Pavel Emelyanov <xemul@parallels.com>
This commit is contained in:
parent
0c23c5835e
commit
1e93a46e9b
14
crtools.c
14
crtools.c
@ -323,11 +323,15 @@ usage:
|
||||
pr_msg(" --log-pid if the -o option is in effect, each restored processes is\n");
|
||||
pr_msg(" written to the [NAME].pid file\n");
|
||||
pr_msg(" -v [num] set logging level\n");
|
||||
pr_msg(" 0 - silent (only error messages)\n");
|
||||
pr_msg(" 1 - informative (default)\n");
|
||||
pr_msg(" 2 - debug\n");
|
||||
pr_msg(" -vv same as -v 1\n");
|
||||
pr_msg(" -vvv same as -v 2\n");
|
||||
pr_msg(" 0 - messages regardless of log level\n");
|
||||
pr_msg(" 1 - errors, when we are in trouble\n");
|
||||
pr_msg(" 2 - warnings (default)\n");
|
||||
pr_msg(" 3 - informative, everything is fine\n");
|
||||
pr_msg(" 4 - debug only\n");
|
||||
pr_msg(" -v same as -v 1\n");
|
||||
pr_msg(" -vv same as -v 2\n");
|
||||
pr_msg(" -vvv same as -v 3\n");
|
||||
pr_msg(" -vvvv same as -v 4\n");
|
||||
|
||||
pr_msg("\nShow options:\n");
|
||||
pr_msg(" -f|--file show contents of a checkpoint file\n");
|
||||
|
Loading…
x
Reference in New Issue
Block a user