···1313var rootCmd = &cobra.Command{
1414 Use: "chunk",
1515 Short: "Download tool for slow and unstable servers",
1616+ Long: `The idea of the project emerged as it was difficult for Minha Receita to handle the download of 37 files that adds up to just approx. 5Gb. Most of the download solutions out there (e.g. got) seem to be prepared for downloading large files, not for downloading from slow and unstable servers — which is the case at hand.`,
1617 Run: func(cmd *cobra.Command, args []string) {
1718 chunk := chunk.DefaultDownloader()
1819 chunk.TimeoutPerChunk = timeoutChunk