Commit Diff


commit - 6ab6ce12c6d5cd60f205c9f5d9d33391b52c5f45
commit + 41539229e4113ea21dcb7b8e3fdd47d898d593c6
blob - 6dfdc71d2c19245f014ee17a0e8f5ee89444e639
blob + 368cc25254d36e3c989420b9bf60a52af6f5efca
--- README.md
+++ README.md
@@ -7,11 +7,14 @@ Package dishy provides an interface to manage a Starli
 ## `dishy` command
 
 The `dishy` command controls a dishy device over the network.
+See the [command documentation][cmd].
 
 To install using the go tools:
 
 	go install olowe.co/dishy/cmd/dishy@latest
 
+[cmd]: https://godocs.io/olowe.co/dishy/cmd/dishy
+
 ## gRPC Code Generation
 
 A starlink device supports gRPC [server reflection][reflection].
blob - b2879e418897334a3a65bcc858fe147d66c8f3d0
blob + 8248312034b6c2b299f9b9f4287f7d803587ec46
--- cmd/dishy/dishy.go
+++ cmd/dishy/dishy.go
@@ -32,7 +32,7 @@ func printStatus(client *dishy.Client) error {
 
 func main() {
 	log.SetFlags(0)
-	log.SetPrefix("dishy:")
+	log.SetPrefix("dishy: ")
 
 	flag.Parse()