From 2c86b248450462f6d1f9dc91e1e4729704dc8366 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ond=C5=99ej=20Hru=C5=A1ka?= Date: Sat, 22 Jun 2019 01:16:56 +0200 Subject: [PATCH] typoo --- src/main.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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")