lib/chef/knife/encrypt_rotate_keys.rb in chef-vault-2.0.2 vs lib/chef/knife/encrypt_rotate_keys.rb in chef-vault-2.1.0
- old
+ new
@@ -1,6 +1,6 @@
-# Description: Chef-Vault EncryptRotateSecret class
+# Description: Chef-Vault EncryptRotateKeys class
# Copyright 2013, Nordstrom, Inc.
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
@@ -23,11 +23,11 @@
require File.expand_path('../mixin/helper', __FILE__)
include ChefVault::Mixin::KnifeCompat
include ChefVault::Mixin::Helper
end
- banner "knife rotate secret [VAULT] [ITEM] --mode MODE"
+ banner "knife encrypt rotate keys VAULT ITEM --mode MODE"
option :mode,
:short => '-M MODE',
:long => '--mode MODE',
:description => 'Chef mode to run in default - solo'
@@ -57,6 +57,6 @@
def show_usage
super
exit 1
end
end
-
\ No newline at end of file
+