summaryrefslogtreecommitdiff
path: root/lib/chef/knife/user_key_delete.rb
diff options
context:
space:
mode:
authortylercloke <tylercloke@gmail.com>2015-04-29 18:07:11 -0700
committertylercloke <tylercloke@gmail.com>2015-04-30 15:29:51 -0700
commit69647cefc41058e4d653e113b47107b9eb926430 (patch)
tree63884ee62cf3fe103e40e49e09ca114becd9d369 /lib/chef/knife/user_key_delete.rb
parent00fff6a2dd7a33554413b1f1b140d0cf9856f303 (diff)
downloadchef-69647cefc41058e4d653e113b47107b9eb926430.tar.gz
Implemented `knife user key show` and `knife client key show`.
Diffstat (limited to 'lib/chef/knife/user_key_delete.rb')
-rw-r--r--lib/chef/knife/user_key_delete.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/chef/knife/user_key_delete.rb b/lib/chef/knife/user_key_delete.rb
index 0bde52509f..6db1c9f552 100644
--- a/lib/chef/knife/user_key_delete.rb
+++ b/lib/chef/knife/user_key_delete.rb
@@ -27,7 +27,7 @@ class Chef
#
# @attr_reader [String] actor the name of the client that this key is for
class UserKeyDelete < Knife
- banner "knife user key delete USER KEYNAME"
+ banner "knife user key delete USER KEYNAME (options)"
attr_reader :actor