Skip to content

Commit 8bb9c55

Browse files
editing comment
1 parent 1a04fbd commit 8bb9c55

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cli.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ func runCLI(args []string) int {
5151
latestFlag := mainFlagSet.Bool("latest", false, "Prints the program's latest Docker image and release versions.")
5252
shortLatestFlag := mainFlagSet.Bool("l", false, "Prints the program's latest Docker image and release versions.")
5353

54-
// -v, --version flag retrives the currently installed version
54+
// -v, --version flag retrieves the currently installed version
5555
currentVersionFlag := mainFlagSet.Bool("version", false, "Prints the current version")
5656
shortCurrentVersionFlag := mainFlagSet.Bool("v", false, "Prints the current version")
5757

0 commit comments

Comments
 (0)