File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -1242,7 +1242,7 @@ fn flag_field_context_separator(args: &mut Vec<RGArg>) {
1242
1242
Set the field context separator, which is used to delimit file paths, line
1243
1243
numbers, columns and the context itself, when printing contextual lines. The
1244
1244
separator may be any number of bytes, including zero. Escape sequences like
1245
- \\ x7F or \\ t may be used. The default value is - .
1245
+ \\ x7F or \\ t may be used. The '-' character is the default value .
1246
1246
"
1247
1247
) ;
1248
1248
let arg = RGArg :: flag ( "field-context-separator" , "SEPARATOR" )
@@ -1257,8 +1257,8 @@ fn flag_field_match_separator(args: &mut Vec<RGArg>) {
1257
1257
"\
1258
1258
Set the field match separator, which is used to delimit file paths, line
1259
1259
numbers, columns and the match itself. The separator may be any number of
1260
- bytes, including zero. Escape sequences like \\ x7F or \\ t may be used. The
1261
- default value is - .
1260
+ bytes, including zero. Escape sequences like \\ x7F or \\ t may be used. The ':'
1261
+ character is the default value .
1262
1262
"
1263
1263
) ;
1264
1264
let arg = RGArg :: flag ( "field-match-separator" , "SEPARATOR" )
You can’t perform that action at this time.
0 commit comments