mirror of
https://github.com/samsonjs/agate.git
synced 2026-03-25 09:05:50 +00:00
fix spelling mistakes in help texts
This commit is contained in:
parent
4b6d238436
commit
90a4f666fd
1 changed files with 2 additions and 2 deletions
|
|
@ -188,14 +188,14 @@ fn args() -> Result<Args> {
|
|||
opts.optmulti(
|
||||
"",
|
||||
"addr",
|
||||
&format!("Address to listen on (default 0.0.0.0:{DEFAULT_PORT} and [::]:{DEFAULT_PORT}; muliple occurences means listening on multiple interfaces)"),
|
||||
&format!("Address to listen on (default 0.0.0.0:{DEFAULT_PORT} and [::]:{DEFAULT_PORT}; multiple occurences means listening on multiple interfaces)"),
|
||||
"IP:PORT",
|
||||
);
|
||||
#[cfg(target_family = "unix")]
|
||||
opts.optmulti(
|
||||
"",
|
||||
"socket",
|
||||
"Unix socket to listen on (muliple occurences means listening on multiple sockets)",
|
||||
"Unix socket to listen on (multiple occurences means listening on multiple sockets)",
|
||||
"PATH",
|
||||
);
|
||||
opts.optmulti(
|
||||
|
|
|
|||
Loading…
Reference in a new issue