summaryrefslogtreecommitdiff
path: root/src/mount/mount-tool.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mount/mount-tool.c')
-rw-r--r--src/mount/mount-tool.c9
1 files changed, 4 insertions, 5 deletions
diff --git a/src/mount/mount-tool.c b/src/mount/mount-tool.c
index 673f855198..39e67b57f8 100644
--- a/src/mount/mount-tool.c
+++ b/src/mount/mount-tool.c
@@ -114,11 +114,10 @@ static int help(void) {
" --list List mountable block devices\n"
" -u --umount Unmount mount points\n"
" -G --collect Unload unit after it stopped, even when failed\n"
- "\nSee the %s for details.\n"
- , program_invocation_short_name
- , streq(program_invocation_short_name, "systemd-umount") ? "" : "--umount "
- , link
- );
+ "\nSee the %s for details.\n",
+ program_invocation_short_name,
+ streq(program_invocation_short_name, "systemd-umount") ? "" : "--umount ",
+ link);
return 0;
}