diff options
Diffstat (limited to 'src/delta/delta.c')
-rw-r--r-- | src/delta/delta.c | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/src/delta/delta.c b/src/delta/delta.c index 4295abdc30..a50cb36ee3 100644 --- a/src/delta/delta.c +++ b/src/delta/delta.c @@ -532,10 +532,9 @@ static int help(void) { " --no-pager Do not pipe output into a pager\n" " --diff[=1|0] Show a diff when overridden files differ\n" " -t --type=LIST... Only display a selected set of override types\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; } |