Skip to content

Commit f5f02e0

Browse files
committed
fix: typo
1 parent afd0706 commit f5f02e0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

cmd/root.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ var AppVersion string
99

1010
var RootCmd = &cli.App{
1111
Name: "web-cli",
12-
Usage: "A toolkit to ease your development experience",
12+
Usage: "A toolset to improve your development experience",
1313
Commands: []*cli.Command{
1414
GolangSet,
1515
ReactSet,
@@ -20,7 +20,7 @@ var RootCmd = &cli.App{
2020
&cli.BoolFlag{
2121
Name: "debug",
2222
Aliases: []string{"D"},
23-
Usage: "enable debug",
23+
Usage: "enable debugging",
2424
Value: false,
2525
DefaultText: "false",
2626
},

0 commit comments

Comments
 (0)