summaryrefslogtreecommitdiff
path: root/chef/distro
diff options
context:
space:
mode:
Diffstat (limited to 'chef/distro')
-rw-r--r--chef/distro/common/markdown/man1/knife-node.mkd6
1 files changed, 3 insertions, 3 deletions
diff --git a/chef/distro/common/markdown/man1/knife-node.mkd b/chef/distro/common/markdown/man1/knife-node.mkd
index 9ba311edd8..1579052083 100644
--- a/chef/distro/common/markdown/man1/knife-node.mkd
+++ b/chef/distro/common/markdown/man1/knife-node.mkd
@@ -102,14 +102,14 @@ __knife node show__ _node name_ _(options)_
Displays the node identified by _node name_ on stdout. The amount of
content displayed and the output format are modified by the --format
-option. If no alternate format is selected, the default is text.
+option. If no alternate format is selected, the default is summary.
Valid formats are:
* summary:
- displays the node in a custom, summarized format
+ displays the node in a custom, summarized format (default)
* text
displays the node data in its entirety using the colorized tree
-display (default)
+display
* json:
displays the node in JSON format
* yaml: