Skip to content

Commit b31f9a3

Browse files
author
runzexia
committed
Improve the commands descriptions
Signed-off-by: runzexia <[email protected]>
1 parent ed7c770 commit b31f9a3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cmd/docs.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ func newDocsCmd() *cobra.Command {
2525
return &cobra.Command{
2626
Use: "docs",
2727
Short: "Generate API reference docs. Coming soon",
28-
Long: `Update vendor dependencies. Coming soon`,
28+
Long: `Generate API reference docs. Coming soon`,
2929
Run: func(cmd *cobra.Command, args []string) {
3030
fmt.Println("Coming soon.")
3131
},

0 commit comments

Comments
 (0)