github.com/jfrog/jfrog-cli-go@v1.22.1-0.20200318093948-4826ef344ffd/docs/artifactory/replicationdelete/help.go (about) 1 package replicationdelete 2 3 const Description = "Remove a replication repository from Artifactory." 4 5 var Usage = []string{`jfrog rt rpldel <repository key>`} 6 7 const Arguments string = ` repository key 8 The repository from which the replication will be deleted.`