automove
Ondřej Hruška 5 years ago
parent 1ff6d08a20
commit 2c86b24845
Signed by: MightyPork
GPG Key ID: 2C5FD5035250423D
  1. 2
      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")

Loading…
Cancel
Save