Skip to content

Commit

Permalink
enhancement: fix help message for check cmd (#467)
Browse files Browse the repository at this point in the history
  • Loading branch information
makeitglitch committed Nov 9, 2022
1 parent 5522131 commit 6d58bdc
Showing 1 changed file with 1 addition and 1 deletion.
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 zero",
Short: "Check Zero requirements",
Run: func(cmd *cobra.Command, args []string) {
// Add any new requirements to this slice.
required := []requirement{
Expand Down

0 comments on commit 6d58bdc

Please sign in to comment.