Skip to content

Commit

Permalink
Fixing typo in help command suggestion (diode help -> diode --help) (#63
Browse files Browse the repository at this point in the history
)
  • Loading branch information
Feenposhleen authored Oct 30, 2020
1 parent 46b92b1 commit 02ddf69
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/diode/publish.go
Original file line number Diff line number Diff line change
Expand Up @@ -260,7 +260,7 @@ func publishHandler() (err error) {
fmt.Println("ERROR: Can't run publish without any arguments!")
fmt.Println(" HINT: Try 'diode publish -public 8080:80' to publish a local port")
fmt.Println(" HINT: Check our docs to learn more about publishing ports: https://diode.io/docs/getting-started.html")
fmt.Println(" HINT: Or run 'diode help' to see all commands")
fmt.Println(" HINT: Or run 'diode --help' to see all commands")
os.Exit(2)
}

Expand Down

0 comments on commit 02ddf69

Please sign in to comment.