Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion src/cli.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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<PathBuf>,
Expand Down