Skip to content

Commit

Permalink
zenohd: add back the '-e, --peer' option that was removed by mistake
Browse files Browse the repository at this point in the history
  • Loading branch information
JEnoch committed Aug 26, 2020
1 parent d59e16e commit daa605d
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions zenoh-router/src/bin/zenohd.rs
Expand Up @@ -46,6 +46,11 @@ fn main() {
)
.default_value("tcp/0.0.0.0:7447"),
)
.arg(Arg::from_usage(
"-e, --peer=[LOCATOR]... \
'A peer locator this router will try to connect to. \
Repeat this option to connect to several peers.'",
))
.arg(Arg::from_usage(
"-i, --id=[hex_string]... \
'The identifier (as an hexadecimal string - e.g.: 0A0B23...) that zenohd must use. \
Expand Down

0 comments on commit daa605d

Please sign in to comment.