diff options
-rw-r--r-- | lib/chef/knife/bootstrap.rb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/chef/knife/bootstrap.rb b/lib/chef/knife/bootstrap.rb index 2ecaf2ee34..bbd51d01bd 100644 --- a/lib/chef/knife/bootstrap.rb +++ b/lib/chef/knife/bootstrap.rb @@ -547,8 +547,8 @@ class Chef chef_vault_handler.run(client_builder.client) else ui.info <<~EOM - Doing old-style registration with the validation key at #{Chef::Config[:validation_key]}..." - Delete your validation key in order to use your user credentials instead + Performing legacy client registration with the validation key at #{Chef::Config[:validation_key]}..." + Delete your validation key in order to use your user credentials for client registration instead. EOM end |