summaryrefslogtreecommitdiffstats
path: root/bin/puppetd
diff options
context:
space:
mode:
Diffstat (limited to 'bin/puppetd')
-rwxr-xr-xbin/puppetd2
1 files changed, 1 insertions, 1 deletions
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"