github.com/jfrog/jfrog-cli-go@v1.22.1-0.20200318093948-4826ef344ffd/docs/missioncontrol/licenserelease/help.go (about) 1 package licenserelease 2 3 const Description string = "Release a license from a JPD and return it to the specified bucket." 4 5 var Usage = []string{"jfrog mc lr [command options] <bucket id> <jpd id>"} 6 7 const Arguments string = ` Bucket ID 8 Bucket name or identifier to release license to. 9 10 JPD ID 11 If the license is used by a JPD, pass the JPD's ID. If the license was only acquired but is not used, pass the name it was acquired with.`