From e8aef1e4c4e1be4d25c00460c761d575204c1f01 Mon Sep 17 00:00:00 2001 From: lutter Date: Fri, 1 Jun 2007 22:15:32 +0000 Subject: Change pi to list properties instead of states git-svn-id: https://reductivelabs.com/svn/puppet/trunk@2548 980ebf18-57e1-0310-9a29-db15c13687c0 --- bin/pi | 4 ++-- 1 file 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] -- cgit