summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorlutter <lutter@980ebf18-57e1-0310-9a29-db15c13687c0>2007-06-01 22:15:32 +0000
committerlutter <lutter@980ebf18-57e1-0310-9a29-db15c13687c0>2007-06-01 22:15:32 +0000
commite8aef1e4c4e1be4d25c00460c761d575204c1f01 (patch)
tree723d425db170faf18e41da7237072a321fc31c87
parentf2c524dd17585dbdab15a0c0edebb11912018741 (diff)
downloadpuppet-e8aef1e4c4e1be4d25c00460c761d575204c1f01.tar.gz
puppet-e8aef1e4c4e1be4d25c00460c761d575204c1f01.tar.xz
puppet-e8aef1e4c4e1be4d25c00460c761d575204c1f01.zip
Change pi to list properties instead of states
git-svn-id: https://reductivelabs.com/svn/puppet/trunk@2548 980ebf18-57e1-0310-9a29-db15c13687c0
-rwxr-xr-xbin/pi4
1 files changed, 2 insertions, 2 deletions
diff --git a/bin/pi b/bin/pi
index de7a40f6f..5416e693f 100755
--- a/bin/pi
+++ b/bin/pi
@@ -110,9 +110,9 @@ class TypeDoc
puts @format.header("Parameters")
if opts[:parameters]
- format_attrs(type, [:state, :param])
+ format_attrs(type, [:property, :param])
else
- list_attrs(type, [:state, :param])
+ list_attrs(type, [:property, :param])
end
if opts[:metaparams]