summary refs log tree commit diff stats
path: root/init.go
diff options
context:
space:
mode:
Diffstat (limited to 'init.go')
-rw-r--r--init.go3
1 files changed, 2 insertions, 1 deletions
diff --git a/init.go b/init.go
index 33e7059..2069ceb 100644
--- a/init.go
+++ b/init.go
@@ -39,7 +39,8 @@ func checkFlags() {
 		os.Exit(0)
 	}
 	if *flagHelp {
-		fmt.Printf("\n\nplaceholder\n\n")
+		fmt.Printf("\nplaceholder\n")
+		fmt.Printf("will add info later\n")
 		os.Exit(0)
 	}
 }