Skip to content

Commit

Permalink
docs: tweak 'listen' docs for 'server'
Browse files Browse the repository at this point in the history
  • Loading branch information
jippi committed May 9, 2024
1 parent 37d67ed commit 07e5382
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 @@ -118,7 +118,7 @@ func main() {
},
&cli.StringFlag{
Name: cmd.FlagServerListen,
Usage: "Port the HTTP server should listen on",
Usage: "IP + Port that the HTTP server should listen on",
Value: "0.0.0.0:3000",
EnvVars: []string{
"SCM_ENGINE_LISTEN",
Expand Down

0 comments on commit 07e5382

Please sign in to comment.