Skip to content

Commit ecff865

Browse files
author
Shuo
authored
Merge pull request #545 from openset/develop
Update: CmdVersion
2 parents 69127b0 + 0fcd118 commit ecff865

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

internal/version/version.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ var CmdVersion = &base.Command{
1313
Run: runVersion,
1414
UsageLine: "version",
1515
Short: fmt.Sprintf("print %s version", base.CmdName),
16-
Long: fmt.Sprintf("Version prints the %s version.", base.CmdName),
16+
Long: fmt.Sprintf("prints the %s version.", base.CmdName),
1717
}
1818

1919
func runVersion(cmd *base.Command, args []string) {

0 commit comments

Comments
 (0)