Merge pull request #8834 from malor/fix-doc

Fix the description of `gh release upload`
This commit is contained in:
William Martin 2024-03-18 12:41:39 +01:00 committed by GitHub
commit 2eeac4175f
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -41,7 +41,7 @@ func NewCmdUpload(f *cmdutil.Factory, runF func(*UploadOptions) error) *cobra.Co
Long: heredoc.Docf(`
Upload asset files to a GitHub Release.
To define a display label for an asset, append text starting with %[1]%#%[1]% after the
To define a display label for an asset, append text starting with %[1]s#%[1]s after the
file name.
`, "`"),
Args: cobra.MinimumNArgs(2),