From f08c709f45d69d870e09a5f5976e152b6b8186fa Mon Sep 17 00:00:00 2001 From: gan-of-culture Date: Fri, 28 Jan 2022 18:02:32 +0100 Subject: [PATCH] [INTERNAL] change captions -i description --- downloader/utils.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/downloader/utils.go b/downloader/utils.go index 04e253e..5154235 100755 --- a/downloader/utils.go +++ b/downloader/utils.go @@ -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)