Skip to content

Commit

Permalink
cmd: Fix oasis rofl update description
Browse files Browse the repository at this point in the history
  • Loading branch information
matevz committed Oct 8, 2024
1 parent e1ff712 commit cbf83d3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/rofl/mgmt.go
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ var (

updateCmd = &cobra.Command{
Use: "update <app-id> --policy <policy.yml> --admin <address>",
Short: "Create a new ROFL application",
Short: "Update an existing ROFL application",
Args: cobra.ExactArgs(1),
Run: func(cmd *cobra.Command, args []string) {
cfg := cliConfig.Global()
Expand Down

0 comments on commit cbf83d3

Please sign in to comment.