Skip to content

Commit

Permalink
Merge branch 'main' into zj/add_timestamp_test
Browse files Browse the repository at this point in the history
  • Loading branch information
mergify[bot] authored Feb 6, 2023
2 parents 7fd5856 + 50fc449 commit 7dee0e9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/compute/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ pub struct ComputeNodeOpts {
/// This would be synonymous with the service's "public address"
/// or "identifying address".
/// Optional, we will use listen_addr if not specified.
#[clap(long, alias = "client_address", env = "RW_ADVERTISE_ADDR", long)]
#[clap(long, alias = "client-address", env = "RW_ADVERTISE_ADDR", long)]
pub advertise_addr: Option<String>,

#[clap(
Expand Down

0 comments on commit 7dee0e9

Please sign in to comment.