chore: rename

This commit is contained in:
CDN 2025-04-23 07:45:43 +08:00
parent 1556b11d5f
commit 28b49b7f78
Signed by: CDN
GPG key ID: 0C656827F9F80080
3 changed files with 5 additions and 5 deletions

View file

@ -19,7 +19,7 @@ func main() {
case "fmt":
fmtLyrics(os.Args[2:])
case "version":
fmt.Printf("lyc-cli version %s\n", VERSION)
fmt.Printf("sub-cli version %s\n", VERSION)
case "help":
fmt.Println(USAGE)
default: