Skip to content

Commit 09bde81

Browse files
committed
Merge branch 'bs/difftool-msg-tweak'
Message tweak. * bs/difftool-msg-tweak: difftool: fix word spacing in the usage strings
2 parents 068966d + 51b04c0 commit 09bde81

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

builtin/difftool.c

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -405,9 +405,9 @@ static int run_dir_diff(const char *extcmd, int symlinks, const char *prefix,
405405
const char *src_path, *dst_path;
406406

407407
if (starts_with(info.buf, "::"))
408-
die(N_("combined diff formats('-c' and '--cc') are "
408+
die(N_("combined diff formats ('-c' and '--cc') are "
409409
"not supported in\n"
410-
"directory diff mode('-d' and '--dir-diff')."));
410+
"directory diff mode ('-d' and '--dir-diff')."));
411411

412412
if (parse_index_info(info.buf, &lmode, &rmode, &loid, &roid,
413413
&status))
@@ -708,7 +708,7 @@ int cmd_difftool(int argc, const char **argv, const char *prefix)
708708
"`--tool`")),
709709
OPT_BOOL(0, "trust-exit-code", &trust_exit_code,
710710
N_("make 'git-difftool' exit when an invoked diff "
711-
"tool returns a non - zero exit code")),
711+
"tool returns a non-zero exit code")),
712712
OPT_STRING('x', "extcmd", &extcmd, N_("command"),
713713
N_("specify a custom command for viewing diffs")),
714714
OPT_BOOL(0, "no-index", &no_index, N_("passed to `diff`")),

0 commit comments

Comments
 (0)