Skip to content

Commit

Permalink
[INTERNAL] change captions -i description
Browse files Browse the repository at this point in the history
  • Loading branch information
gan-of-culture committed Jan 28, 2022
1 parent a944360 commit f08c709
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion downloader/utils.go
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ func printInfo(data *static.Data) {
printHeader(data)

if len(data.Captions) > 0 {
fmt.Println("\n Captions: has to be downloaded separately with the option -c")
fmt.Println("\n Captions: # All available languages")
}
for i, caption := range data.Captions {
printCaption(i, caption)
Expand Down

0 comments on commit f08c709

Please sign in to comment.