Skip to content

Commit

Permalink
tikv-server: Add default for --pd-endpoints
Browse files Browse the repository at this point in the history
  • Loading branch information
aknuds1 committed Sep 9, 2019
1 parent 3b34747 commit 314d25f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cmd/src/bin/tikv-server.rs
Original file line number Diff line number Diff line change
Expand Up @@ -102,6 +102,7 @@ fn main() {
.use_delimiter(true)
.require_delimiter(true)
.value_delimiter(",")
.default_value("127.0.0.1:2379")
.help("Sets PD endpoints")
.long_help("Set the PD endpoints to use. Use `,` to separate multiple PDs"),
)
Expand Down

0 comments on commit 314d25f

Please sign in to comment.