@@ -5590,16 +5590,16 @@ struct option *add_diff_options(const struct option *opts,
5590
5590
OPT_BITOP (0 , "shortstat" , & options -> output_format ,
5591
5591
N_ ("output only the last line of --stat" ),
5592
5592
DIFF_FORMAT_SHORTSTAT , DIFF_FORMAT_NO_OUTPUT ),
5593
- OPT_CALLBACK_F ('X' , "dirstat" , options , N_ ("<param1, param2>..." ),
5593
+ OPT_CALLBACK_F ('X' , "dirstat" , options , N_ ("<param1>,< param2>..." ),
5594
5594
N_ ("output the distribution of relative amount of changes for each sub-directory" ),
5595
5595
PARSE_OPT_NONEG | PARSE_OPT_OPTARG ,
5596
5596
diff_opt_dirstat ),
5597
5597
OPT_CALLBACK_F (0 , "cumulative" , options , NULL ,
5598
5598
N_ ("synonym for --dirstat=cumulative" ),
5599
5599
PARSE_OPT_NONEG | PARSE_OPT_NOARG ,
5600
5600
diff_opt_dirstat ),
5601
- OPT_CALLBACK_F (0 , "dirstat-by-file" , options , N_ ("<param1, param2>..." ),
5602
- N_ ("synonym for --dirstat=files,param1, param2..." ),
5601
+ OPT_CALLBACK_F (0 , "dirstat-by-file" , options , N_ ("<param1>,< param2>..." ),
5602
+ N_ ("synonym for --dirstat=files,< param1>,< param2> ..." ),
5603
5603
PARSE_OPT_NONEG | PARSE_OPT_OPTARG ,
5604
5604
diff_opt_dirstat ),
5605
5605
OPT_BIT_F (0 , "check" , & options -> output_format ,
0 commit comments