diff options
author | Tim Smith <tsmith84@gmail.com> | 2016-03-05 21:04:42 -0800 |
---|---|---|
committer | Tim Smith <tsmith84@gmail.com> | 2016-03-05 21:21:39 -0800 |
commit | 9f298906fabed36b136314f5e2acb9793011d1ee (patch) | |
tree | c195bfef7055615c22c306944e4548b110b59544 /lib/chef/knife/deps.rb | |
parent | 60c8124366ab34b5992fc03c508b345218c90dfe (diff) | |
download | chef-9f298906fabed36b136314f5e2acb9793011d1ee.tar.gz |
Single space after periods
Double spacing is for typewriters. Knife doesn't run on typewriters
http://www.writersdigest.com/online-editor/how-many-spaces-after-a-period
Diffstat (limited to 'lib/chef/knife/deps.rb')
-rw-r--r-- | lib/chef/knife/deps.rb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/chef/knife/deps.rb b/lib/chef/knife/deps.rb index 99a24e405b..e773f65106 100644 --- a/lib/chef/knife/deps.rb +++ b/lib/chef/knife/deps.rb @@ -15,11 +15,11 @@ class Chef option :recurse, :long => "--[no-]recurse", :boolean => true, - :description => "List dependencies recursively (default: true). Only works with --tree." + :description => "List dependencies recursively (default: true). Only works with --tree." option :tree, :long => "--tree", :boolean => true, - :description => "Show dependencies in a visual tree. May show duplicates." + :description => "Show dependencies in a visual tree. May show duplicates." option :remote, :long => "--remote", :boolean => true, |