Skip to content
This repository has been archived by the owner on Oct 14, 2024. It is now read-only.

Commit

Permalink
minor edit on the version flag
Browse files Browse the repository at this point in the history
  • Loading branch information
KJHJason committed Oct 9, 2022
1 parent 2330e8e commit a64f8fc
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/cultured_downloader.go
Original file line number Diff line number Diff line change
Expand Up @@ -471,7 +471,8 @@ func main() {
return
}
if *version {
fmt.Println("Cultured Downloader CLI v" + utils.VERSION)
fmt.Printf("Cultured Downloader CLI v%s by KJHJason\n", utils.VERSION)
fmt.Println("GitHub Repo: https://github.com/KJHJason/Cultured-Downloader-CLI")
return
}
if *pixivStartOauth {
Expand Down

0 comments on commit a64f8fc

Please sign in to comment.