diff --git a/src/main.rs b/src/main.rs index 5a5f210..07f63da 100644 --- a/src/main.rs +++ b/src/main.rs @@ -34,7 +34,7 @@ fn main() { .short("f") .long("from") .value_name("FROM") - .help("Index of the first affected entry, defaults to 0. With '--renumber', the original numbers are use."), + .help("Index of the first affected entry, defaults to 0. With '--renumber', the original numbers are used."), ) .arg(clap::Arg::with_name("move") .short("m")