about summary refs log tree commit diff stats
path: root/main.go
diff options
context:
space:
mode:
authorBenny Morrison <benmorrison@ttm.sh>2019-03-17 03:10:22 -0400
committerBenny Morrison <benmorrison@ttm.sh>2019-03-17 03:10:22 -0400
commit56a8787636e265eca71a0bf01925cf8baca60787 (patch)
treea63561901ffc7fd900e6c0c924a8713b764ca054 /main.go
parent71c2204119fec738a270ed50ec313ff2c8d6dc39 (diff)
downloadgoofbot-56a8787636e265eca71a0bf01925cf8baca60787.tar.gz
fixed comments
Diffstat (limited to 'main.go')
-rw-r--r--main.go2
1 files changed, 2 insertions, 0 deletions
diff --git a/main.go b/main.go
index 998e612..d73e5fd 100644
--- a/main.go
+++ b/main.go
@@ -40,7 +40,9 @@ type Conf struct {
 func main() {
 	//check for config file specified by command line flag -c
 	jsonlocation := flag.String("c", "config.json", "Path to config file in JSON format")
+	//spit out config file structure if requested
 	jsonformat := flag.Bool("j", false, "Describes JSON config file fields")
+
 	flag.Parse()
 	if *jsonformat == true {
 		fmt.Println(`Here is the format for the JSON config file: