summaryrefslogtreecommitdiffstats
path: root/lib/puppet/application
diff options
context:
space:
mode:
authorJesse Wolfe <jes5199@gmail.com>2010-05-12 18:22:27 -0700
committertest branch <puppet-dev@googlegroups.com>2010-02-17 06:50:53 -0800
commit5665e3984f73c70b90f65dd8bf4445b5adda5121 (patch)
tree551c3bd04ff10b3c3670d362e7bcb3998963541c /lib/puppet/application
parentfc2904955ca6e77bda8719671df200e0811c38cd (diff)
Feature #2276 Single Executable: Update docstrings
Update documentation strings everywhere to use single-executable notation rather than the old executable names. Signed-off-by: Jesse Wolfe <jes5199@gmail.com>
Diffstat (limited to 'lib/puppet/application')
-rw-r--r--lib/puppet/application/apply.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/puppet/application/apply.rb b/lib/puppet/application/apply.rb
index b6ce5aabf..39bcd268c 100644
--- a/lib/puppet/application/apply.rb
+++ b/lib/puppet/application/apply.rb
@@ -96,7 +96,7 @@ class Puppet::Application::Apply < Puppet::Application
# Merge in the facts.
node.merge(facts.values)
- # Allow users to load the classes that puppetd creates.
+ # Allow users to load the classes that puppet agent creates.
if options[:loadclasses]
file = Puppet[:classfile]
if FileTest.exists?(file)