Skip to content

Commit c54fcbf

Browse files
committed
Add missing period in update command help
1 parent f571144 commit c54fcbf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cmd/update.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ import (
1616
// updateCmd represents the update command
1717
var updateCmd = &cobra.Command{
1818
Use: "update",
19-
Short: "Update the current project",
19+
Short: "Update the current project.",
2020
Run: func(cmd *cobra.Command, args []string) {
2121
update()
2222
},

0 commit comments

Comments
 (0)