github.com/jfrog/jfrog-cli-go@v1.22.1-0.20200318093948-4826ef344ffd/docs/bintray/packageupdate/help.go (about)

     1  package packageupdate
     2  
     3  const Description string = "Update Package."
     4  
     5  var Usage = []string{"jfrog bt pu [command options] <target path>"}
     6  
     7  const Arguments string = `	target path
     8  		The path, in Bintray, to the package that should be updated.
     9  		Format: subject/repository/package.`