Commit f34cd5fd authored by Cyrill Gorcunov's avatar Cyrill Gorcunov Committed by Pavel Emelyanov

help: Drop -p option

We don't have it anymore
Signed-off-by: 's avatarCyrill Gorcunov <gorcunov@openvz.org>
Signed-off-by: 's avatarPavel Emelyanov <xemul@parallels.com>
parent b4a4ba7a
......@@ -216,8 +216,8 @@ int main(int argc, char *argv[])
usage:
pr_msg("\nUsage:\n");
pr_msg(" %s dump -p|-t pid [<options>]\n", argv[0]);
pr_msg(" %s restore -p|-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 show (-D dir)|(-f file) [<options>]\n", argv[0]);
pr_msg(" %s check\n", argv[0]);
......
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