github.com/jfrog/jfrog-cli@v1.54.1/docs/bintray/logs/help.go (about)

     1  package logs
     2  
     3  const Description string = "Download available log files for a package."
     4  
     5  var Usage = []string{"jfrog bt l [command options] <target path>",
     6  	"jfrog bt l download [command options] <target path> <log name>"}
     7  
     8  const Arguments string = `	target path
     9  		The path to the package for which you want the logs, formatted subject/repository/package.
    10  
    11  	log name
    12  		The name of the log file to download.`