diff options
Diffstat (limited to 'src/cgls.c')
-rw-r--r-- | src/cgls.c | 4 |
1 files changed, 2 insertions, 2 deletions
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); } |