From 89494f7e297672749d5aca46a17b5ae999b431a3 Mon Sep 17 00:00:00 2001 From: VC Date: Sun, 1 Mar 2020 15:10:17 +0100 Subject: [PATCH] Change -h to -H to keep help available --- src/main.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main.rs b/src/main.rs index ca75cb9..f4fe5bd 100644 --- a/src/main.rs +++ b/src/main.rs @@ -19,7 +19,7 @@ fn main() { .version(env!("CARGO_PKG_VERSION")) .about("Command to register to a Mastodon Instance") .arg(Arg::with_name("host") - .short("h") + .short("H") .long("host") .value_name("HOST") .help("Base URL of the Mastodon instance to register to (no default)")