Minor fixes in help text

This commit is contained in:
David Peter 2022-11-21 20:52:35 +01:00
parent 7e26925933
commit e147ba901b
1 changed files with 2 additions and 2 deletions

View File

@ -504,8 +504,8 @@ pub struct Opts {
#[arg(
long = "and",
value_name = "pattern",
long_help = "Add additional required search patterns, all of which must be fulfilled. Multiple \
additional patterns can be specified. The patterns are regular expressions,
long_help = "Add additional required search patterns, all of which must be matched. Multiple \
additional patterns can be specified. The patterns are regular expressions, \
unless '--glob' or '--fixed-strings' is used.",
hide_short_help = true
)]