add port to default address flag

port is required and things will break otherwise
This commit is contained in:
ognots 2020-07-24 22:43:24 -04:00
parent 7410c057c6
commit de1574d21f

View File

@ -95,7 +95,7 @@ var runCmd = &cli.Command{
&cli.StringFlag{
Name: "address",
Usage: "locally reachable address",
Value: "0.0.0.0",
Value: "0.0.0.0:3456",
},
&cli.BoolFlag{
Name: "no-local-storage",