docs: Fix typo in find.rs (#1187)

This commit is contained in:
Yonas Yanfa 2024-07-31 07:59:22 -04:00 committed by GitHub
parent cb8c3760b5
commit 402aa7c5d3
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -31,7 +31,7 @@ pub(crate) struct FindCmd {
#[clap(long, value_name = "PATH")]
path: Option<PathBuf>,
/// 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<String>,