mirror of
https://framagit.org/veretcle/scootaloo.git
synced 2025-07-21 09:31:19 +02:00
Change -h to -H to keep help available
This commit is contained in:
@@ -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)")
|
||||
|
Reference in New Issue
Block a user