summaryrefslogtreecommitdiff
path: root/lib/chef/knife/osc_user_create.rb
diff options
context:
space:
mode:
Diffstat (limited to 'lib/chef/knife/osc_user_create.rb')
-rw-r--r--lib/chef/knife/osc_user_create.rb5
1 files changed, 2 insertions, 3 deletions
diff --git a/lib/chef/knife/osc_user_create.rb b/lib/chef/knife/osc_user_create.rb
index d13a3a3615..c368296040 100644
--- a/lib/chef/knife/osc_user_create.rb
+++ b/lib/chef/knife/osc_user_create.rb
@@ -21,8 +21,7 @@ require 'chef/knife'
# DEPRECATION NOTE
# This code only remains to support users still operating with
# Open Source Chef Server 11 and should be removed once support
-# for OSC 11 ends. New development should occur in the Chef Server 12
-# version of this file.
+# for OSC 11 ends. New development should occur in user_create.rb.
class Chef
class Knife
class OscUserCreate < Knife
@@ -95,4 +94,4 @@ class Chef
end
end
end
-end \ No newline at end of file
+end