Skip to content

Commit

Permalink
rpk: remove unnecessary [wasm] in deploy help text
Browse files Browse the repository at this point in the history
The command don't need arguments.
  • Loading branch information
r-vasquez committed May 22, 2024
1 parent 955ac66 commit 30409e4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/go/rpk/pkg/cli/transform/deploy.go
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ func newDeployCommand(fs afero.Fs, p *config.Params) *cobra.Command {
var file string

cmd := &cobra.Command{
Use: "deploy [WASM]",
Use: "deploy",
Short: "Deploy a transform",
Long: `Deploy a transform.
Expand Down

0 comments on commit 30409e4

Please sign in to comment.