summaryrefslogtreecommitdiffstats
path: root/bin/puppetmasterd
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/puppetmasterd
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/puppetmasterd')
-rwxr-xr-xbin/puppetmasterd2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/puppetmasterd b/bin/puppetmasterd
index cf3b42cff..f250ec10e 100755
--- a/bin/puppetmasterd
+++ b/bin/puppetmasterd
@@ -128,7 +128,7 @@ begin
when "--debug"
options[:debug] = 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"