commit b57aea7
chld
·
2026-07-10 14:57:39 +0000 UTC
parent e40fe4c
fix spacing
1 files changed,
+5,
-5
M
main.go
M
main.go
+5,
-5
1@@ -17,24 +17,24 @@ func help() {
2 fmt.Printf("\t")
3 fmt.Printf("\033[m\033[1m%s \033[m\033[32m", filepath.Base(os.Args[0]))
4 fmt.Printf("[s|us]")
5- fmt.Printf("\033[m\t\tupdate and upgrade\n")
6+ fmt.Printf("\033[m update and upgrade\n")
7 // package management
8 fmt.Printf("\t")
9 fmt.Printf("\033[m\033[1m%s \033[m\033[32m", filepath.Base(os.Args[0]))
10 fmt.Printf("[M|m|mi|mic] [i|c|r]")
11- fmt.Printf("\033[m\t\tmanage ports\n")
12+ fmt.Printf("\033[m manage ports\n")
13
14 // package management without compiling
15 fmt.Printf("\t")
16 fmt.Printf("\033[m\033[1m%s \033[m\033[32m", filepath.Base(os.Args[0]))
17 fmt.Printf("[sp|ld|li|mn]")
18- fmt.Printf("\033[m\t\tmanage ports tree\n")
19+ fmt.Printf("\033[m manage ports tree\n")
20
21 // misc
22 fmt.Printf("\t")
23- fmt.Printf("\033[m\033[1m%s\t\033[m\033[32m", filepath.Base(os.Args[0]))
24+ fmt.Printf("\033[m\033[1m%s \033[m\033[32m", filepath.Base(os.Args[0]))
25 fmt.Printf("[h]")
26- fmt.Printf("\033[m\t\tabout %s",
27+ fmt.Printf("\033[m about %s",
28 filepath.Base(os.Args[0]))
29
30 fmt.Println()