mirror of
https://github.com/checkpoint-restore/criu
synced 2025-08-30 22:05:36 +00:00
criu --help: do not use tabs
Some lines were using tabs, some were not. Personally I am not in favor of any style, but let's be consistent in either using tabs or not. Changing tabs with spaces produced a smaller patch, so let's do this way. This patch should not produce any visual change in output. 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
6ea0e00222
commit
e553cff844
22
crtools.c
22
crtools.c
@@ -373,26 +373,26 @@ usage:
|
||||
" -s|--leave-stopped leave tasks in stopped state after checkpoint instead of killing them\n"
|
||||
" -R|--leave-running leave tasks in running state after checkpoint\n"
|
||||
" -D|--images-dir directory where to put images to\n"
|
||||
" --pidfile [FILE] write a pid of a root task in this file\n"
|
||||
" --pidfile [FILE] write a pid of a root task in this file\n"
|
||||
"\n"
|
||||
"* Special resources support:\n"
|
||||
" -x|--" USK_EXT_PARAM " allow external unix connections\n"
|
||||
" --" SK_EST_PARAM " checkpoint/restore established TCP connections\n"
|
||||
" -r|--root [PATH] change the root filesystem (when run in mount namespace)\n"
|
||||
" --evasive-devices use any path to a device file if the original one is inaccessible\n"
|
||||
" --veth-pair [IN=OUT] correspondence between outside and inside names of veth devices\n"
|
||||
" -r|--root [PATH] change the root filesystem (when run in mount namespace)\n"
|
||||
" --evasive-devices use any path to a device file if the original one is inaccessible\n"
|
||||
" --veth-pair [IN=OUT] correspondence between outside and inside names of veth devices\n"
|
||||
" --link-remap allow to link unlinked files back when possible (modifies FS till restore)\n"
|
||||
" --action-script [SCR] add an external action script\n"
|
||||
" The environment variable CRTOOLS_SCRIPT_ACTION contains one of the actions:\n"
|
||||
" * network-lock - lock network in a target network namespace\n"
|
||||
" * network-unlock - unlock network in a target network namespace\n"
|
||||
" --action-script [SCR] add an external action script\n"
|
||||
" The environment variable CRTOOLS_SCRIPT_ACTION contains one of the actions:\n"
|
||||
" * network-lock - lock network in a target network namespace\n"
|
||||
" * network-unlock - unlock network in a target network namespace\n"
|
||||
" -j|--" OPT_SHELL_JOB " allow to dump and restore shell jobs\n"
|
||||
" -l|--" OPT_FILE_LOCKS " handle file locks, for safety, only used for container\n"
|
||||
" -l|--" OPT_FILE_LOCKS " handle file locks, for safety, only used for container\n"
|
||||
"\n"
|
||||
"* Logging:\n"
|
||||
" -o|--log-file [NAME] log file name (relative path is relative to --images-dir)\n"
|
||||
" --log-pid if the -o option is in effect, each restored processes is\n"
|
||||
" written to the [NAME].pid file\n"
|
||||
" --log-pid if the -o option is in effect, each restored processes is\n"
|
||||
" written to the [NAME].pid file\n"
|
||||
" -v [num] set logging level\n"
|
||||
" 0 - messages regardless of log level\n"
|
||||
" 1 - errors, when we are in trouble\n"
|
||||
|
Reference in New Issue
Block a user