diff options
Diffstat (limited to 'lib/chef/knife/node_edit.rb')
-rw-r--r-- | lib/chef/knife/node_edit.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/chef/knife/node_edit.rb b/lib/chef/knife/node_edit.rb index 7551a8a7da..b97302a3da 100644 --- a/lib/chef/knife/node_edit.rb +++ b/lib/chef/knife/node_edit.rb @@ -35,7 +35,7 @@ class Chef short: "-a", long: "--all", boolean: true, - description: "Display all attributes when editing" + description: "Display all attributes when editing." def run if node_name.nil? |