From c369e4023eb391dbb95b8efa6fb19a2ecdfab709 Mon Sep 17 00:00:00 2001 From: luke Date: Thu, 16 Nov 2006 21:37:34 +0000 Subject: Fixing #346 -- on some scripts I accidentally used "feature" instead of "features" git-svn-id: https://reductivelabs.com/svn/puppet/trunk@1886 980ebf18-57e1-0310-9a29-db15c13687c0 --- bin/puppetd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bin/puppetd') diff --git a/bin/puppetd b/bin/puppetd index dc3576f2c..4cf400bdf 100755 --- a/bin/puppetd +++ b/bin/puppetd @@ -216,7 +216,7 @@ begin when "--centrallogging" options[:centrallogs] = true when "--help" - if Puppet.feature.usage? + if Puppet.features.usage? RDoc::usage && exit else puts "No help available unless you have RDoc::usage installed" -- cgit