Merge pull request #2594 from filecoin-project/bug/default-address-value

add port to default address flag
This commit is contained in:
Łukasz Magiera 2020-07-25 09:53:52 +02:00 committed by GitHub
commit 834f97606e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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",