github.com/jfrog/jfrog-cli@v1.54.1/docs/bintray/downloadfile/help.go (about) 1 package downloadfile 2 3 const Description string = "Download file." 4 5 var Usage = []string{"jfrog bt dlf [command options] <source path> [target path]"} 6 7 const Arguments string = ` source path 8 The path, in Bintray, to the file that should be downloaded. 9 Format: subject/repository/path. 10 11 target path 12 [Optional] 13 This second optional argument lets you specify a path in local file system to where the file should be downloaded.`