diff --git a/src/cli.rs b/src/cli.rs index 4dbe547e0..e3b0bee19 100644 --- a/src/cli.rs +++ b/src/cli.rs @@ -632,9 +632,10 @@ pub struct Opts { /// The directory where the filesystem search is rooted (optional). If /// omitted, search the current working directory. + /// If supplied, the pattern must come first. #[arg(action = ArgAction::Append, value_name = "path", - help = "the root directories for the filesystem search (optional)", + help = "the root directories for the filesystem search (optional, requires pattern first)", long_help, )] path: Vec,