We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7bcd712 commit 0fcd118Copy full SHA for 0fcd118
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