diff --git a/geoprox/src/cli.rs b/geoprox/src/cli.rs index 573cc0f..d569b7f 100644 --- a/geoprox/src/cli.rs +++ b/geoprox/src/cli.rs @@ -25,7 +25,7 @@ pub enum Commands { port: Option, /// Specify a config file - #[arg(short, long, env = "GEOPROX_CONFIG")] + #[arg(short, long = "config", env = "GEOPROX_CONFIG")] config_path: Option, }, @@ -47,7 +47,7 @@ pub enum Commands { /// Decode geohash into approximate longitude/latitude Decode { /// geohash - #[arg(short, long)] + #[arg(short, long = "geohash")] ghash: String, },