cgclear: unify help output
put the options to chronological order
Signed-off-by: Ivana Hutarova Varekova <varekova@redhat.com>
Acked-by: Dhaval Giani <dhaval.giani@gmail.com>
Acked-by: Jan Safranek <jsafrane@redhat.com>
printf("Usage: %s [-h] [-l FILE] [-L DIR] [-e]\n",
program_name);
printf("Unload the cgroup filesystem\n");
- printf(" -h, --help Display this help\n");
printf(" -e, --empty Remove only empty cgroups\n");
+ printf(" -h, --help Display this help\n");
printf(" -l, --load=FILE Parse and load the cgroups "\
"configuration file\n");
printf(" -L, --load-directory=DIR Parse and load the cgroups "\