Skip to content

Commit

Permalink
refactor: db param to dbname
Browse files Browse the repository at this point in the history
  • Loading branch information
hiltontj committed Feb 16, 2024
1 parent cd9f461 commit 4aa4e4b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion influxdb3/src/commands/common.rs
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ pub struct InfluxDb3Config {
pub host_url: Url,

/// The database name to run the query against
#[clap(short = 'd', long = "db", env = "INFLUXDB3_DATABASE_NAME")]
#[clap(short = 'd', long = "dbname", env = "INFLUXDB3_DATABASE_NAME")]
pub database_name: String,

/// The token for authentication with the InfluxDB 3.0 server
Expand Down

0 comments on commit 4aa4e4b

Please sign in to comment.