summaryrefslogtreecommitdiffstats
path: root/src/oom/oomctl.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/oom/oomctl.c')
-rw-r--r--src/oom/oomctl.c13
1 files changed, 7 insertions, 6 deletions
diff --git a/src/oom/oomctl.c b/src/oom/oomctl.c
index dd393fcac9..7fcb4b82cc 100644
--- a/src/oom/oomctl.c
+++ b/src/oom/oomctl.c
@@ -30,12 +30,13 @@ static int help(int argc, char *argv[], void *userdata) {
" -h --help Show this help\n"
" --version Show package version\n"
" --no-pager Do not pipe output into a pager\n"
- "\nSee the %6$s for details.\n"
- , program_invocation_short_name
- , ansi_highlight(), ansi_normal()
- , ansi_underline(), ansi_normal()
- , link
- );
+ "\nSee the %6$s for details.\n",
+ program_invocation_short_name,
+ ansi_highlight(),
+ ansi_normal(),
+ ansi_underline(),
+ ansi_normal(),
+ link);
return 0;
}