Skip to content

Commit

Permalink
Adjust example
Browse files Browse the repository at this point in the history
  • Loading branch information
MarekMichali committed Jan 3, 2025
1 parent e8b7a1b commit 2fd99f7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion testing/e2e/skr-tester/pkg/command/update.go
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ func NewUpdateCommand() *cobra.Command {
Aliases: []string{"u"},
Short: "Update the instnace",
Long: "Update the instnace",
Example: "skr-tester update -i instanceID --updateMachineType Update the instance with new machineType.",
Example: "skr-tester update -i instanceID -p planID --updateMachineType Update the instance with new machineType.",

PreRunE: func(_ *cobra.Command, _ []string) error { return cmd.Validate() },
RunE: func(_ *cobra.Command, _ []string) error { return cmd.Run() },
Expand Down

0 comments on commit 2fd99f7

Please sign in to comment.