From 402aa7c5d3785df33bc3f998c4ff488841c53128 Mon Sep 17 00:00:00 2001 From: Yonas Yanfa Date: Wed, 31 Jul 2024 07:59:22 -0400 Subject: [PATCH] docs: Fix typo in find.rs (#1187) --- 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,