summaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
Diffstat (limited to 'lib')
-rw-r--r--lib/puppet/face/resource.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/puppet/face/resource.rb b/lib/puppet/face/resource.rb
index ed6360888..87e587624 100644
--- a/lib/puppet/face/resource.rb
+++ b/lib/puppet/face/resource.rb
@@ -7,7 +7,7 @@ Puppet::Indirector::Face.define(:resource, '0.0.1') do
summary "Interact directly with resources via the RAL, like ralsh"
description <<-EOT
This face provides a Ruby API with functionality similar to the puppet
- resource (née ralsh) command line application. It is not intended to be
+ resource (originally ralsh) command line application. It is not intended to be
used from the command line.
EOT
notes <<-EOT