summary refs log tree commit diff stats
diff options
context:
space:
mode:
-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)
 	}
 }
isk to main' href='/akkartik/mu/commit/mu-init.subx?h=main&id=7bf8adb893dcc524c7f1bc5e8f984385c9138d7d'>7bf8adb8 ^
1a43d12b ^
2d306e2a ^
7ca19e4e ^


460528e8 ^
341f0c59 ^

4541bfa5 ^





8482d5d7 ^
5c5bca9d ^












71e4f381 ^
341f0c59 ^



1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39