Skip to content

Commit 92c497b

Browse files
authored
Merge pull request #555 from runzexia/Improve-the-commands-descriptions
Improve the commands descriptions
2 parents ed7c770 + b31f9a3 commit 92c497b

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)