Skip to content

Commit

Permalink
verbiage update for logging plugin clean up
Browse files Browse the repository at this point in the history
Co-authored-by: Zac Bergquist <[email protected]>
  • Loading branch information
2 people authored and github-actions committed Jul 30, 2024
1 parent eeb09e8 commit 3d8495f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tool/tctl/common/plugin/plugins_command.go
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ func (p *PluginsCommand) Initialize(app *kingpin.Application, config *servicecfg
pluginsCommand := app.Command("plugins", "Manage Teleport plugins.").Hidden()

p.cleanupCmd = pluginsCommand.Command("cleanup", "Cleans up the given plugin type.")
p.cleanupCmd.Arg("type", "The type of plugin to cleanup. Only supports Okta at present.").Required().EnumVar(&p.pluginType, string(types.PluginTypeOkta))
p.cleanupCmd.Arg("type", "The type of plugin to clean up. Only supports Okta at present.").Required().EnumVar(&p.pluginType, string(types.PluginTypeOkta))
p.cleanupCmd.Flag("dry-run", "Dry run the cleanup command. Dry run defaults to on.").Default("true").BoolVar(&p.dryRun)

p.initInstall(pluginsCommand, config)
Expand Down

0 comments on commit 3d8495f

Please sign in to comment.