Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion cmd/check.go
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ func checkSemver(req requirement, actualVersion *semver.Version) bool {

var checkCmd = &cobra.Command{
Use: "check",
Short: "Print the check number of commit0",
Short: "Print the check number of zero",
Run: func(cmd *cobra.Command, args []string) {
// Add any new requirements to this slice.
required := []requirement{
Expand Down
2 changes: 1 addition & 1 deletion cmd/zero.go
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ import (
var rootCmd = &cobra.Command{
Use: "zero",
Short: "zero gets you to writing code quicker.",
Long: `TODO`,
Long: "Zero is an open-source developer platform CLI tool which makes it quick and easy for technical founders & developers \nto build quality and reliable infrastructure to launch, grow and scale high-quality SaaS applications faster and more cost-effectively.",
Run: func(cmd *cobra.Command, args []string) {
},
}
Expand Down