mirror of
https://github.com/checkpoint-restore/criu
synced 2025-08-31 14:25:49 +00:00
criu --help: PID is not used for restore command
A couple of fixes related to the fact.
This is an addition to commit 43ce038
Signed-off-by: Kir Kolyshkin <kir@openvz.org>
Signed-off-by: Pavel Emelyanov <xemul@parallels.com>
This commit is contained in:
committed by
Pavel Emelyanov
parent
2785c8bbd2
commit
f0cbd3e193
@@ -360,7 +360,7 @@ usage:
|
||||
"Commands:\n"
|
||||
" dump checkpoint a process/tree identified by pid\n"
|
||||
" pre-dump pre-dump task(s) minimizing their frozen time\n"
|
||||
" restore restore a process/tree identified by pid\n"
|
||||
" restore restore a process/tree\n"
|
||||
" show show dump file(s) contents\n"
|
||||
" check checks whether the kernel support is up-to-date\n"
|
||||
" exec execute a system call by other task\n"
|
||||
@@ -376,7 +376,7 @@ usage:
|
||||
"Dump/Restore options:\n"
|
||||
"\n"
|
||||
"* Generic:\n"
|
||||
" -t|--tree PID checkpoint/restore a process tree identified by PID\n"
|
||||
" -t|--tree PID checkpoint a process tree identified by PID\n"
|
||||
" -d|--restore-detached detach after restore\n"
|
||||
" -s|--leave-stopped leave tasks in stopped state after checkpoint\n"
|
||||
" -R|--leave-running leave tasks in running state after checkpoint\n"
|
||||
|
Reference in New Issue
Block a user