From e147ba901b084561e69ff8f45284e19ad48f266a Mon Sep 17 00:00:00 2001 From: David Peter Date: Mon, 21 Nov 2022 20:52:35 +0100 Subject: [PATCH] Minor fixes in help text --- src/cli.rs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/cli.rs b/src/cli.rs index e39d6b9..e2d6375 100644 --- a/src/cli.rs +++ b/src/cli.rs @@ -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 )]