diff --git a/src/cli-client/internals/cli/cli_upload.go b/src/cli-client/internals/cli/cli_upload.go index 717b94d9..9e255386 100644 --- a/src/cli-client/internals/cli/cli_upload.go +++ b/src/cli-client/internals/cli/cli_upload.go @@ -24,7 +24,7 @@ type CmdUpload struct { var riskOptions = []string{"stable", "candidate", "beta", "edge"} func init() { - parser.Command.AddCommand("upload", "Trigger the build and release for a rock", + parser.AddCommand("upload", "Trigger the build and release for a rock", `Trigger the build of a rock with the rockcraft.yaml in the current working directory and the release with --release`, &CmdUpload{})