[CRIU] [PATCH 07/15] criu --help: fix --cgroups-props-file

Kir Kolyshkin kir at openvz.org
Tue Aug 30 16:58:10 PDT 2016


* 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: Kir Kolyshkin <kir at openvz.org>
---
 criu/crtools.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/criu/crtools.c b/criu/crtools.c
index f88b266..10e330a 100644
--- a/criu/crtools.c
+++ b/criu/crtools.c
@@ -879,8 +879,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"
-- 
2.7.4



More information about the CRIU mailing list