We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 69127b0 + 0fcd118 commit ecff865Copy full SHA for ecff865
internal/version/version.go
@@ -13,7 +13,7 @@ var CmdVersion = &base.Command{
13
Run: runVersion,
14
UsageLine: "version",
15
Short: fmt.Sprintf("print %s version", base.CmdName),
16
- Long: fmt.Sprintf("Version prints the %s version.", base.CmdName),
+ Long: fmt.Sprintf("prints the %s version.", base.CmdName),
17
}
18
19
func runVersion(cmd *base.Command, args []string) {
0 commit comments