diff options
Diffstat (limited to '')
| -rw-r--r-- | src/command/server.rs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/command/server.rs b/src/command/server.rs index 2fcf23d6..ad7addfd 100644 --- a/src/command/server.rs +++ b/src/command/server.rs @@ -11,10 +11,10 @@ pub enum Cmd { aliases=&["s", "st", "sta", "star"], )] Start { - #[structopt(about = "specify the host address to bind", long, short)] + #[structopt(help = "specify the host address to bind", long, short)] host: Option<String>, - #[structopt(about = "specify the port to bind", long, short)] + #[structopt(help = "specify the port to bind", long, short)] port: Option<u16>, }, } |
