summaryrefslogtreecommitdiff
path: root/lib/chef/knife/node_show.rb
diff options
context:
space:
mode:
Diffstat (limited to 'lib/chef/knife/node_show.rb')
-rw-r--r--lib/chef/knife/node_show.rb4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/chef/knife/node_show.rb b/lib/chef/knife/node_show.rb
index 43e7e9dbee..90cdbdb641 100644
--- a/lib/chef/knife/node_show.rb
+++ b/lib/chef/knife/node_show.rb
@@ -36,12 +36,12 @@ class Chef
option :run_list,
short: "-r",
long: "--run-list",
- description: "Show only the run list"
+ description: "Show only the run list."
option :environment,
short: "-E",
long: "--environment",
- description: "Show only the Chef environment"
+ description: "Show only the Chef environment."
def run
ui.use_presenter Knife::Core::NodePresenter