summaryrefslogtreecommitdiff
path: root/chef/distro
diff options
context:
space:
mode:
authorTom Thomas <tom@opscode.com>2011-05-12 10:04:59 -0700
committerTom Thomas <tom@opscode.com>2011-05-12 10:04:59 -0700
commitef895538b251c9ea23ea4c62347afc762ade8be2 (patch)
treec62c1a11e13ea31644753c7072fe1fed8395a8ad /chef/distro
parent44c940d9e8a3e0d600c9c7cf0c66342a1492e3c6 (diff)
downloadchef-ef895538b251c9ea23ea4c62347afc762ade8be2.tar.gz
correcting erroneous earlier commit, now showing "summary" as the default for 'knife node show node name -F'
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: