From 69fc152fc133172433d2bacb6a1fb8b97b866e9d Mon Sep 17 00:00:00 2001 From: Lennart Poettering Date: Thu, 7 Jul 2011 04:19:03 +0200 Subject: systemctl: hide all information on --kill-mode= since it is mostly useless --- src/cgls.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/cgls.c') diff --git a/src/cgls.c b/src/cgls.c index aebf826c90..20d6531123 100644 --- a/src/cgls.c +++ b/src/cgls.c @@ -38,8 +38,8 @@ static void help(void) { printf("%s [OPTIONS...] [CGROUP...]\n\n" "Recursively show control group contents.\n\n" - " -h --help Show this help\n" - " --no-pager Do not pipe output into a pager.\n", + " -h --help Show this help\n" + " --no-pager Do not pipe output into a pager\n", program_invocation_short_name); } -- cgit v1.2.3-54-g00ecf