From 18702492033b75d848db1d40f54148a17ee304f5 Mon Sep 17 00:00:00 2001 From: Dolapo Toki Date: Wed, 22 Jul 2020 17:22:41 -0700 Subject: [PATCH] fixup! --- cmd/check.go | 2 +- cmd/zero.go | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/cmd/check.go b/cmd/check.go index e3e5c082e..06307ddb4 100644 --- a/cmd/check.go +++ b/cmd/check.go @@ -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{ diff --git a/cmd/zero.go b/cmd/zero.go index 70dc15647..a8f18c0df 100644 --- a/cmd/zero.go +++ b/cmd/zero.go @@ -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) { }, }