Add mirror and torrent generation tools

This commit is contained in:
idk
2022-03-16 10:58:57 -04:00
parent da14a3aa35
commit d44ceda911
4 changed files with 99 additions and 23 deletions

View File

@ -184,6 +184,10 @@ func main() {
fmt.Printf("Options:\n")
fmt.Printf("\n")
usage()
log.Printf("Available Languages:\n")
for _, l := range tbget.Languages() {
fmt.Printf(" - %s\n", l)
}
}
flag.Parse()
if *ptop {