From 8d252a52f5cff6768c74285fb5b26188da6daa3f Mon Sep 17 00:00:00 2001 From: Ivana Hutarova Varekova Date: Thu, 26 Sep 2013 11:58:39 +0200 Subject: [PATCH] cgclear: unify help output cgclear: unify help output put the options to chronological order Signed-off-by: Ivana Hutarova Varekova Acked-by: Dhaval Giani Acked-by: Jan Safranek --- src/tools/cgclear.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/tools/cgclear.c b/src/tools/cgclear.c index 915038a4..27cc47ac 100644 --- a/src/tools/cgclear.c +++ b/src/tools/cgclear.c @@ -37,8 +37,8 @@ static void usage(int status, const char *program_name) 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 "\ -- 2.47.2