Skip to content

Commit e438ccc

Browse files
committed
fix(cli): fmt help
1 parent 33301a0 commit e438ccc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

main.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,9 +46,9 @@ func main() {
4646
if isHelp() {
4747
fmt.Print("\n")
4848
color.Cyan("clean-cache\n\n")
49-
fmt.Print(" -r --root 删除根目录\n\n")
5049
fmt.Print("Description: go 写的清理 node 项目缓存,超级无敌快\n\n")
51-
fmt.Print("Usage: -d --dist 则会删除 dist 和 .output\n\n")
50+
fmt.Print("Usage: -r --root 删除根目录\n\n")
51+
fmt.Print(" -d --dist 则会删除 dist 和 .output\n\n")
5252
fmt.Print(" -n --node_modules 则会删除 node_modules\n\n")
5353
os.Exit(0)
5454
}

0 commit comments

Comments
 (0)