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

     1  package gpgsignfile
     2  
     3  const Description string = "GPG Sign file."
     4  
     5  var Usage = []string{"jfrog bt gsf [command options] <target path>"}
     6  
     7  const Arguments string = `	target path
     8  		The path to the file which is being signed, formatted subject/repository/path.`