From 4e1900d22e3403f85cf6998e64611a03ab8c5d25 Mon Sep 17 00:00:00 2001 From: Yonas Yanfa Date: Wed, 31 Jul 2024 06:20:33 -0400 Subject: [PATCH] Fix typo in find.rs --- src/commands/find.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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,