Skip to content

Commit

Permalink
docs: Fix typo in find.rs (#1187)
Browse files Browse the repository at this point in the history
  • Loading branch information
yonas authored Jul 31, 2024
1 parent cb8c376 commit 402aa7c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/commands/find.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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>,

Expand Down

0 comments on commit 402aa7c

Please sign in to comment.