summaryrefslogtreecommitdiff
path: root/src/escape/escape.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/escape/escape.c')
-rw-r--r--src/escape/escape.c7
1 files changed, 3 insertions, 4 deletions
diff --git a/src/escape/escape.c b/src/escape/escape.c
index 05d03ad762..24c53bf14b 100644
--- a/src/escape/escape.c
+++ b/src/escape/escape.c
@@ -40,10 +40,9 @@ static int help(void) {
" -u --unescape Unescape strings\n"
" -m --mangle Mangle strings\n"
" -p --path When escaping/unescaping assume the string is a path\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;
}