summaryrefslogtreecommitdiff
path: root/src/path
diff options
context:
space:
mode:
Diffstat (limited to 'src/path')
-rw-r--r--src/path/path.c7
1 files changed, 3 insertions, 4 deletions
diff --git a/src/path/path.c b/src/path/path.c
index 5f1bb14e45..aec75f1fb7 100644
--- a/src/path/path.c
+++ b/src/path/path.c
@@ -142,10 +142,9 @@ static int help(void) {
" -h --help Show this help\n"
" --version Show package version\n"
" --suffix=SUFFIX Suffix to append to paths\n"
- "\nSee the %s for details.\n"
- , program_invocation_short_name
- , link
- );
+ "\nSee the %s for details.\n",
+ program_invocation_short_name,
+ link);
return 0;
}