Skip to content

Commit

Permalink
fixing typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Ruben2424 authored and seanmonstar committed Feb 10, 2022
1 parent fa48008 commit 28c490f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions examples/server.rs
Original file line number Diff line number Diff line change
Expand Up @@ -18,15 +18,15 @@ struct Opt {
short,
long,
help = "Root directory of the files to serve. \
If omited, server will respond OK."
If omitted, server will respond OK."
)]
pub root: Option<PathBuf>,

#[structopt(
short,
long,
default_value = "[::1]:4433",
help = "What adress:port to listen for new connections"
help = "What address:port to listen for new connections"
)]
pub listen: SocketAddr,

Expand Down

0 comments on commit 28c490f

Please sign in to comment.