summaryrefslogtreecommitdiff
path: root/lib/chef/knife/environment_from_file.rb
diff options
context:
space:
mode:
Diffstat (limited to 'lib/chef/knife/environment_from_file.rb')
-rw-r--r--lib/chef/knife/environment_from_file.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/chef/knife/environment_from_file.rb b/lib/chef/knife/environment_from_file.rb
index 6e22e8b0f6..c533a7351d 100644
--- a/lib/chef/knife/environment_from_file.rb
+++ b/lib/chef/knife/environment_from_file.rb
@@ -32,7 +32,7 @@ class Chef
option :all,
short: "-a",
long: "--all",
- description: "Upload all environments"
+ description: "Upload all environments."
def loader
@loader ||= Knife::Core::ObjectLoader.new(Chef::Environment, ui)