summaryrefslogtreecommitdiff
path: root/lib/chef/knife/node_list.rb
diff options
context:
space:
mode:
Diffstat (limited to 'lib/chef/knife/node_list.rb')
-rw-r--r--lib/chef/knife/node_list.rb6
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/chef/knife/node_list.rb b/lib/chef/knife/node_list.rb
index 4885208136..4bc2c34508 100644
--- a/lib/chef/knife/node_list.rb
+++ b/lib/chef/knife/node_list.rb
@@ -30,9 +30,9 @@ class Chef
banner "knife node list (options)"
option :with_uri,
- :short => "-w",
- :long => "--with-uri",
- :description => "Show corresponding URIs"
+ short: "-w",
+ long: "--with-uri",
+ description: "Show corresponding URIs"
def run
env = Chef::Config[:environment]