Radish alpha
r
Radicle web interface
Radicle
Git (anonymous pull)
Log in to clone via SSH
Add `-h` flag to binaries
xphoniex committed 2 years ago
commit ed62ac4264514e9e5a8f1852af4982376a369e6e
parent 7e211ab1dfd15021905142fa4678670ad8805f3d
1 file changed +1 -1
modified radicle-httpd/src/main.rs
@@ -64,7 +64,7 @@ fn parse_options() -> Result<httpd::Options, lexopt::Error> {

                aliases.insert(alias, id);
            }
-
            Long("help") => {
+
            Long("help") | Short('h') => {
                println!("usage: radicle-httpd [--listen <addr>] [--alias <name> <rid>]..");
                process::exit(0);
            }