Skip to content

Commit

Permalink
renamed env name for ends_at_latest_offsets
Browse files Browse the repository at this point in the history
  • Loading branch information
Nekit2217 authored and rtyler committed May 25, 2024
1 parent ef4b050 commit 1d8bf0b
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -321,8 +321,7 @@ fn build_app() -> Command {
.arg(Arg::new("table_location")
.env("TABLE_LOCATION")
.help("The Delta table location to write out")
.required(true)
)
.required(true))
.arg(Arg::new("kafka")
.short('k')
.long("kafka")
Expand Down Expand Up @@ -448,7 +447,7 @@ This can be used to provide TLS configuration as in:
.arg(Arg::new("end")
.short('e')
.long("ends_at_latest_offsets")
.env("TURN_OFF_AT_KAFKA_TOPIC_END")
.env("ENDS_AT_LATEST_OFFSETS")
.required(false)
.num_args(0)
.action(ArgAction::SetTrue)
Expand Down

0 comments on commit 1d8bf0b

Please sign in to comment.