mirror of
https://framagit.org/veretcle/scootaloo.git
synced 2025-07-20 17:11: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"))
|
.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)")
|
||||||
|
Reference in New Issue
Block a user