Skip to content

Commit

Permalink
Merge pull request #434 from OctopusDeploy/akira/package-upload-msg
Browse files Browse the repository at this point in the history
Fix package upload help message
  • Loading branch information
akirayamamoto authored Oct 22, 2024
2 parents 2074d56 + 1ff80b1 commit 2fa3cff
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkg/cmd/package/upload/upload.go
Original file line number Diff line number Diff line change
Expand Up @@ -57,8 +57,8 @@ func NewCmdUpload(f factory.Factory) *cobra.Command {
uploadFlags := NewUploadFlags()
cmd := &cobra.Command{
Use: "upload",
Short: "upload one or more packages to Octopus Deploy",
Long: "upload one or more packages to Octopus Deploy. Glob patterns are supported. Delta compression is off by default.",
Short: "Upload one or more packages to Octopus Deploy",
Long: "Upload one or more packages to Octopus Deploy. Glob patterns are supported. Delta compression is off by default.",
Aliases: []string{"push"},
Example: heredoc.Docf(`
$ %[1]s package upload --package SomePackage.1.0.0.zip
Expand Down

0 comments on commit 2fa3cff

Please sign in to comment.