@@ -1246,7 +1246,7 @@ fn flag_field_context_separator(args: &mut Vec<RGArg>) {
1246
1246
Set the field context separator, which is used to delimit file paths, line
1247
1247
numbers, columns and the context itself, when printing contextual lines. The
1248
1248
separator 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 .
1250
1250
"
1251
1251
) ;
1252
1252
let arg = RGArg :: flag ( "field-context-separator" , "SEPARATOR" )
@@ -1261,8 +1261,8 @@ fn flag_field_match_separator(args: &mut Vec<RGArg>) {
1261
1261
"\
1262
1262
Set the field match separator, which is used to delimit file paths, line
1263
1263
numbers, 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 .
1266
1266
"
1267
1267
) ;
1268
1268
let arg = RGArg :: flag ( "field-match-separator" , "SEPARATOR" )
@@ -1567,7 +1567,7 @@ When specifying multiple ignore files, earlier files have lower precedence
1567
1567
than later files.
1568
1568
1569
1569
If 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.
1571
1571
"
1572
1572
) ;
1573
1573
let arg = RGArg :: flag ( "ignore-file" , "PATH" )
0 commit comments