Commit 9bc974f5 authored by Kir Kolyshkin's avatar Kir Kolyshkin Committed by Pavel Emelyanov

criu --help: fix --cgroups-props-file

* fix a typo (descrition -> description)
* add a comma before "but"
* remove a period at the end of the sentence

Was:
  --cgroup-props-file FILE
                        same as --cgroup-props but taking descrition
                        from the path specified.

Now:
  --cgroup-props-file FILE
                        same as --cgroup-props, but taking description
                        from the path specified
Signed-off-by: 's avatarKir Kolyshkin <kir@openvz.org>
Acked-by: 's avatarCyrill Gorcunov <gorcunov@openvz.org>
Signed-off-by: 's avatarPavel Emelyanov <xemul@virtuozzo.com>
parent 3a714b82
......@@ -867,8 +867,8 @@ usage:
" to be checkpointed, which are described\n"
" via STRING using simplified YAML format.\n"
" --cgroup-props-file FILE\n"
" same as --cgroup-props but taking descrition\n"
" from the path specified.\n"
" same as --cgroup-props, but taking description\n"
" from the path specified\n"
" --cgroup-dump-controller NAME\n"
" define cgroup controller to be dumped\n"
" and skip anything else present in system.\n"
......
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