@@ -614,7 +614,7 @@ int cmd_ls_files(int argc, const char **argv, const char *cmd_prefix)
614
614
struct option builtin_ls_files_options [] = {
615
615
/* Think twice before adding "--nul" synonym to this */
616
616
OPT_SET_INT ('z' , NULL , & line_terminator ,
617
- N_ ("paths are separated with NUL character" ), '\0' ),
617
+ N_ ("separate paths with the NUL character" ), '\0' ),
618
618
OPT_BOOL ('t' , NULL , & show_tag ,
619
619
N_ ("identify the file status with tags" )),
620
620
OPT_BOOL ('v' , NULL , & show_valid_bit ,
@@ -651,7 +651,7 @@ int cmd_ls_files(int argc, const char **argv, const char *cmd_prefix)
651
651
N_ ("skip files matching pattern" ),
652
652
PARSE_OPT_NONEG , option_parse_exclude ),
653
653
OPT_CALLBACK_F ('X' , "exclude-from" , & dir , N_ ("file" ),
654
- N_ ("exclude patterns are read from <file>" ),
654
+ N_ ("read exclude patterns from <file>" ),
655
655
PARSE_OPT_NONEG , option_parse_exclude_from ),
656
656
OPT_STRING (0 , "exclude-per-directory" , & dir .exclude_per_dir , N_ ("file" ),
657
657
N_ ("read additional per-directory exclude patterns in <file>" )),
0 commit comments