mirror of
https://github.com/YGGverse/agate.git
synced 2026-04-08 20:45:29 +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(
|
opts.optmulti(
|
||||||
"",
|
"",
|
||||||
"addr",
|
"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",
|
"IP:PORT",
|
||||||
);
|
);
|
||||||
#[cfg(target_family = "unix")]
|
#[cfg(target_family = "unix")]
|
||||||
opts.optmulti(
|
opts.optmulti(
|
||||||
"",
|
"",
|
||||||
"socket",
|
"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",
|
"PATH",
|
||||||
);
|
);
|
||||||
opts.optmulti(
|
opts.optmulti(
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue