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

     1  package search
     2  
     3  const Description = "Search files."
     4  
     5  var Usage = []string{"jfrog rt s [command options] <search pattern>",
     6  	"jfrog rt s --spec=<File Spec path> [command options]"}
     7  
     8  const Arguments string = `	search pattern
     9  		Specifies the search path in Artifactory, in the following format: <repository name>/<repository path>.
    10  		You can use wildcards to specify multiple artifacts.`