diff --git a/src/commands/find.rs b/src/commands/find.rs index f56cc19c1..d89865e12 100644 --- a/src/commands/find.rs +++ b/src/commands/find.rs @@ -31,7 +31,7 @@ pub(crate) struct FindCmd { #[clap(long, value_name = "PATH")] path: Option, - /// Snapshots to serach in. If none is given, use filter options to filter from all snapshots + /// Snapshots to search in. If none is given, use filter options to filter from all snapshots #[clap(value_name = "ID")] ids: Vec,