Skip to content

Commit

Permalink
Updated long name for config_path
Browse files Browse the repository at this point in the history
  • Loading branch information
ezrasingh committed Aug 23, 2024
1 parent dcb9c1a commit 221c768
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions geoprox/src/cli.rs
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ pub enum Commands {
port: Option<u16>,

/// Specify a config file
#[arg(short, long, env = "GEOPROX_CONFIG")]
#[arg(short, long = "config", env = "GEOPROX_CONFIG")]
config_path: Option<PathBuf>,
},

Expand All @@ -47,7 +47,7 @@ pub enum Commands {
/// Decode geohash into approximate longitude/latitude
Decode {
/// geohash
#[arg(short, long)]
#[arg(short, long = "geohash")]
ghash: String,
},

Expand Down

0 comments on commit 221c768

Please sign in to comment.