Skip to content

Commit

Permalink
fix: flag link to current tagged version release
Browse files Browse the repository at this point in the history
  • Loading branch information
kaihendry committed Sep 4, 2024
1 parent a44c23e commit 7aa0fd8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.go
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ func main() {
fmt.Fprintf(flag.CommandLine.Output(), "Usage of %s:\n", os.Args[0])
fmt.Fprintf(flag.CommandLine.Output(), " %s [options] [git repo path]\n", os.Args[0])
flag.PrintDefaults()
fmt.Fprintf(flag.CommandLine.Output(), "\nhttps://github.com/kaihendry/lesshero/commit/%s\n", version)
fmt.Fprintf(flag.CommandLine.Output(), "\nhttps://github.com/kaihendry/lesshero/releases/tag/%s\n", version)
}
flag.Parse()

Expand Down

0 comments on commit 7aa0fd8

Please # to comment.