github.com/jfrog/jfrog-cli-go@v1.22.1-0.20200318093948-4826ef344ffd/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.`