From c084b8bec43f349ec76b72f251618eae1881b9dd Mon Sep 17 00:00:00 2001 From: Seth Vargo Date: Fri, 13 Jul 2018 11:00:45 -0400 Subject: [PATCH] Don't use "sudo" in command description --- command/plugin_deregister.go | 4 ++-- command/plugin_info.go | 3 +-- 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/command/plugin_deregister.go b/command/plugin_deregister.go index 370aa40a66ae..ad6fd66b0245 100644 --- a/command/plugin_deregister.go +++ b/command/plugin_deregister.go @@ -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: diff --git a/command/plugin_info.go b/command/plugin_info.go index a2ca63dc1377..c4232e9f5eca 100644 --- a/command/plugin_info.go +++ b/command/plugin_info.go @@ -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: