We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 878a145 commit 11e4f4eCopy full SHA for 11e4f4e
1 file changed
subcommands/latest.go
@@ -9,7 +9,7 @@ const latestDescription = "Check for a newer version."
9
// Latest prints checks the running version against the latest available.
10
var Latest = &Subcommand{
11
Tag: "misc",
12
- Description: whoAmIDescription,
+ Description: latestDescription,
13
Handler: func(args []string, paths Paths) {
14
var running string
15
if args[0] == "" {
0 commit comments