create more verbose -h output similar as the other libcgroup tools fix man page typo
Signed-off-by: Ivana Hutarova Varekova <varekova@redhat.com>
Acked-by: Jan Safranek <jsafrane@redhat.com>
This parameter can be used multiple times.
.TP
-.B -copy-from <source_cgroup_path>
+.B --copy-from <source_cgroup_path>
defines the name of the cgroup whose parameters will be
copied to the input cgroup.
" or: %s --copy-from <source_cgroup_path> "
"<cgroup_path> ...\n",
program_name, program_name);
+ printf("Set the parameters of given cgroup(s)\n");
+ printf(" -r, --variable <name> "\
+ "Define parameter to display\n");
+ printf(" --copy-from <source_cgroup_path> "\
+ "Control group whose parameters will be copied\n");
}
}