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