Skip to content

Commit

Permalink
update cmd description
Browse files Browse the repository at this point in the history
  • Loading branch information
craftleon committed Sep 2, 2024
1 parent dfa02b2 commit 5a0b4c9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.go
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ func main() {

runCmd := &cli.Command{
Name: "run",
Usage: "create and run server process for NHP protocol",
Usage: "create and run echo server",
Flags: []cli.Flag{
&cli.StringFlag{Name: "a", Value: "", Usage: "listening interface address for the server, leave it empty for all interfaces"},
&cli.IntFlag{Name: "p", Value: 57575, Usage: "listening port for the server, default 57575"},
Expand Down

0 comments on commit 5a0b4c9

Please sign in to comment.