diff options
author | lutter <lutter@980ebf18-57e1-0310-9a29-db15c13687c0> | 2007-06-01 22:15:32 +0000 |
---|---|---|
committer | lutter <lutter@980ebf18-57e1-0310-9a29-db15c13687c0> | 2007-06-01 22:15:32 +0000 |
commit | e8aef1e4c4e1be4d25c00460c761d575204c1f01 (patch) | |
tree | 723d425db170faf18e41da7237072a321fc31c87 | |
parent | f2c524dd17585dbdab15a0c0edebb11912018741 (diff) | |
download | puppet-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-x | bin/pi | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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] |