Skip to content
This repository has been archived by the owner on Feb 8, 2023. It is now read-only.

Commit

Permalink
add --output parameter for publish version
Browse files Browse the repository at this point in the history
  • Loading branch information
tanhe123 committed Apr 22, 2020
1 parent 40f6feb commit 40dfcef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/publish_version.go
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ func init() {
"etag", "", "provide etag to do the conditional publish. "+
"If the specified etag does not match the service's, the publish will fail.")
output = publishVersionCmd.Flags().Bool(
"output", false, "display response details")
"output", false, "print raw response body of API invoke.")
}

var publishServiceVersionInput fc.PublishServiceVersionInput
Expand Down

0 comments on commit 40dfcef

Please sign in to comment.