summaryrefslogtreecommitdiffstats
path: root/main.go
diff options
context:
space:
mode:
Diffstat (limited to 'main.go')
-rw-r--r--main.go4
1 files changed, 2 insertions, 2 deletions
diff --git a/main.go b/main.go
index e67f0ed..4401f70 100644
--- a/main.go
+++ b/main.go
@@ -17,10 +17,10 @@ import (
"ricketyspace.net/peach/nws"
)
-// peach port. Defaults to 8151
+// peach port. defaults to 8151
var peachPort = flag.Int("p", 8151, "Port to run peach on")
-// peach listen address. Set during init.
+// peach listen address. set during init.
var peachAddr = ""
// holds static content.