Change -h to -H to keep help available

This commit is contained in:
VC
2020-03-01 15:10:17 +01:00
parent d6332a6252
commit 89494f7e29

View File

@@ -19,7 +19,7 @@ fn main() {
.version(env!("CARGO_PKG_VERSION")) .version(env!("CARGO_PKG_VERSION"))
.about("Command to register to a Mastodon Instance") .about("Command to register to a Mastodon Instance")
.arg(Arg::with_name("host") .arg(Arg::with_name("host")
.short("h") .short("H")
.long("host") .long("host")
.value_name("HOST") .value_name("HOST")
.help("Base URL of the Mastodon instance to register to (no default)") .help("Base URL of the Mastodon instance to register to (no default)")