mirror of
https://github.com/rustic-rs/rustic.git
synced 2025-10-26 11:18:51 +00:00
docs: Fix typo in find.rs (#1187)
This commit is contained in:
parent
cb8c3760b5
commit
402aa7c5d3
@ -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>,
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user