@@ -1246,7 +1246,7 @@ fn flag_field_context_separator(args: &mut Vec<RGArg>) {
12461246 Set the field context separator, which is used to delimit file paths, line
12471247numbers, columns and the context itself, when printing contextual lines. The
12481248separator may be any number of bytes, including zero. Escape sequences like
1249- \\ x7F or \\ t may be used. The default value is - .
1249+ \\ x7F or \\ t may be used. The '-' character is the default value .
12501250"
12511251 ) ;
12521252 let arg = RGArg :: flag ( "field-context-separator" , "SEPARATOR" )
@@ -1261,8 +1261,8 @@ fn flag_field_match_separator(args: &mut Vec<RGArg>) {
12611261 "\
12621262 Set the field match separator, which is used to delimit file paths, line
12631263numbers, columns and the match itself. The separator may be any number of
1264- bytes, including zero. Escape sequences like \\ x7F or \\ t may be used. The
1265- default value is - .
1264+ bytes, including zero. Escape sequences like \\ x7F or \\ t may be used. The ':'
1265+ character is the default value .
12661266"
12671267 ) ;
12681268 let arg = RGArg :: flag ( "field-match-separator" , "SEPARATOR" )
@@ -1567,7 +1567,7 @@ When specifying multiple ignore files, earlier files have lower precedence
15671567than later files.
15681568
15691569If you are looking for a way to include or exclude files and directories
1570- directly on the command line, then used -g instead.
1570+ directly on the command line, then use -g instead.
15711571"
15721572 ) ;
15731573 let arg = RGArg :: flag ( "ignore-file" , "PATH" )
0 commit comments