@@ -405,9 +405,9 @@ static int run_dir_diff(const char *extcmd, int symlinks, const char *prefix,
405
405
const char * src_path , * dst_path ;
406
406
407
407
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 "
409
409
"not supported in\n"
410
- "directory diff mode('-d' and '--dir-diff')." ));
410
+ "directory diff mode ('-d' and '--dir-diff')." ));
411
411
412
412
if (parse_index_info (info .buf , & lmode , & rmode , & loid , & roid ,
413
413
& status ))
@@ -708,7 +708,7 @@ int cmd_difftool(int argc, const char **argv, const char *prefix)
708
708
"`--tool`" )),
709
709
OPT_BOOL (0 , "trust-exit-code" , & trust_exit_code ,
710
710
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" )),
712
712
OPT_STRING ('x' , "extcmd" , & extcmd , N_ ("command" ),
713
713
N_ ("specify a custom command for viewing diffs" )),
714
714
OPT_BOOL (0 , "no-index" , & no_index , N_ ("passed to `diff`" )),
0 commit comments