Skip to content

Commit 11e4f4e

Browse files
committed
Fix description of latest subcommand (close #38)
1 parent 878a145 commit 11e4f4e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

subcommands/latest.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ const latestDescription = "Check for a newer version."
99
// Latest prints checks the running version against the latest available.
1010
var Latest = &Subcommand{
1111
Tag: "misc",
12-
Description: whoAmIDescription,
12+
Description: latestDescription,
1313
Handler: func(args []string, paths Paths) {
1414
var running string
1515
if args[0] == "" {

0 commit comments

Comments
 (0)