Skip to content

Commit

Permalink
docs(derper): display the correct port number in the derper --dev h…
Browse files Browse the repository at this point in the history
…elp message (#2048)

## Description

Changed the `derper --dev --help` text to report port `3340`.

## Change checklist

- [x] Self-review.
  • Loading branch information
ramfox authored Feb 28, 2024
1 parent c04307e commit e1c9fda
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion iroh-net/src/bin/derper.rs
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ fn body_empty() -> BytesBody {
struct Cli {
/// Run in localhost development mode over plain HTTP.
///
/// Defaults to running the derper on port 334.
/// Defaults to running the derper on port 3340.
///
/// Running in dev mode will ignore any config file fields pertaining to TLS.
#[clap(long, default_value_t = false)]
Expand Down

0 comments on commit e1c9fda

Please sign in to comment.