Merge pull request #8834 from malor/fix-doc
Fix the description of `gh release upload`
This commit is contained in:
commit
2eeac4175f
1 changed files with 1 additions and 1 deletions
|
|
@ -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),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue