From: Ivana Hutarova Varekova Date: Thu, 26 Sep 2013 09:58:39 +0000 (+0200) Subject: cgclear: unify help output X-Git-Tag: v0.41~34 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8d252a52f5cff6768c74285fb5b26188da6daa3f;p=thirdparty%2Flibcgroup.git 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 --- 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 "\