cgexec: create more verbose -h output similar as the other libcgroup tools
Signed-off-by: Ivana Hutarova Varekova <varekova@redhat.com>
Acked-by: Jan Safranek <jsafrane@redhat.com>
printf("Usage: %s [-h] [-g <controllers>:<path>] "
"[--sticky] command [arguments] ...\n",
program_name);
+ printf("Run the task in given control groups\n");
+ printf(" -g <controllers>:<path> Control "\
+ "group which should be added\n");
+ printf(" --sticky cgred "\
+ "daemon does not change pidlist and children tasks\n");
}
}