Skip to content

Commit

Permalink
Don't use "sudo" in command description
Browse files Browse the repository at this point in the history
  • Loading branch information
sethvargo committed Jul 13, 2018
1 parent 346f441 commit c084b8b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
4 changes: 2 additions & 2 deletions command/plugin_deregister.go
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@ func (c *PluginDeregisterCommand) Help() string {
helpText := `
Usage: vault plugin deregister [options] NAME
Deregister an existing plugin in the catalog. This command requires sudo
privledges.
Deregister an existing plugin in the catalog. If the plugin does not exist,
no action is taken (the command is idempotent).
Deregister the plugin named my-custom-plugin:
Expand Down
3 changes: 1 addition & 2 deletions command/plugin_info.go
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,7 @@ func (c *PluginInfoCommand) Help() string {
Usage: vault plugin info [options] NAME
Displays information about a plugin in the catalog with the given name. If
the plugin does not exist, an error is returned. This command requires sudo
privledges.
the plugin does not exist, an error is returned.
Get info about a plugin:
Expand Down

0 comments on commit c084b8b

Please sign in to comment.