Skip to content

Commit

Permalink
fix: incorrect disable tenant example (#451)
Browse files Browse the repository at this point in the history
  • Loading branch information
grace-rehn authored Nov 20, 2024
1 parent 2812418 commit d5393e3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkg/cmd/tenant/disable/disable.go
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,8 @@ func NewCmdDisable(f factory.Factory) *cobra.Command {
Short: "Disable a tenant",
Long: "Disable a tenant in Octopus Deploy",
Example: heredoc.Docf(`
$ %[1]s disable view Tenants-1
$ %[1]s disable view 'Tenant'
$ %[1]s tenant disable Tenants-1
$ %[1]s tenant disable 'Tenant'
`, constants.ExecutableName),
RunE: func(c *cobra.Command, args []string) error {
if len(args) == 0 {
Expand Down

0 comments on commit d5393e3

Please sign in to comment.