diff --git a/cmd/root.go b/cmd/root.go index e695aec..7ac9ce2 100644 --- a/cmd/root.go +++ b/cmd/root.go @@ -14,8 +14,7 @@ var ( // Root Command rootCmd = &cobra.Command{ Use: "dokimi", - Short: "Dokimi is a Go testing framework.", - Long: `Dokimi is a Go testing framework.`, + Short: "Dokimi provides some helper commands for testing in Go.", } )