This commit is contained in:
2019-06-22 01:16:56 +02:00
parent 1ff6d08a20
commit 2c86b24845
+1 -1
View File
@@ -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")