summaryrefslogtreecommitdiff
path: root/src/login/inhibit.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/login/inhibit.c')
-rw-r--r--src/login/inhibit.c10
1 files changed, 5 insertions, 5 deletions
diff --git a/src/login/inhibit.c b/src/login/inhibit.c
index e18dbc5132..afb4d7e2e1 100644
--- a/src/login/inhibit.c
+++ b/src/login/inhibit.c
@@ -173,11 +173,11 @@ static int help(void) {
" --why=STRING A descriptive string why is being inhibited\n"
" --mode=MODE One of block or delay\n"
" --list List active inhibitors\n"
- "\nSee the %s for details.\n"
- , program_invocation_short_name
- , ansi_highlight(), ansi_normal()
- , link
- );
+ "\nSee the %s for details.\n",
+ program_invocation_short_name,
+ ansi_highlight(),
+ ansi_normal(),
+ link);
return 0;
}