summaryrefslogtreecommitdiffstats
path: root/bin/puppetdoc
diff options
context:
space:
mode:
Diffstat (limited to 'bin/puppetdoc')
-rwxr-xr-xbin/puppetdoc2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/puppetdoc b/bin/puppetdoc
index 51a95b8bb..c248b25f0 100755
--- a/bin/puppetdoc
+++ b/bin/puppetdoc
@@ -61,7 +61,7 @@ begin
when "--mode"
mode = arg.intern
when "--help"
- if Puppet.feature.usage?
+ if Puppet.features.usage?
RDoc::usage && exit
else
puts "No help available unless you have RDoc::usage installed"