summaryrefslogtreecommitdiffstats
path: root/bin/puppetd
diff options
context:
space:
mode:
authorluke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>2006-11-16 21:37:34 +0000
committerluke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>2006-11-16 21:37:34 +0000
commitc369e4023eb391dbb95b8efa6fb19a2ecdfab709 (patch)
treef8f026893c56ed433cf5a015e1f06749932c16c7 /bin/puppetd
parentc3c5851c0ff4bc9a07572646ef7fb745f09cf79f (diff)
downloadpuppet-c369e4023eb391dbb95b8efa6fb19a2ecdfab709.tar.gz
puppet-c369e4023eb391dbb95b8efa6fb19a2ecdfab709.tar.xz
puppet-c369e4023eb391dbb95b8efa6fb19a2ecdfab709.zip
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
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"