From 5749461351dcc4b50f91ca2da3d5243d62daf118 Mon Sep 17 00:00:00 2001 From: Ben Ford Date: Wed, 15 Jan 2025 16:28:29 -0800 Subject: [PATCH] clarifies the puppet-strings usage This is part of the OpenVox rebranding. This summary string is part of the `puppet --help` output. --- lib/puppet/face/strings.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/puppet/face/strings.rb b/lib/puppet/face/strings.rb index 5d5e56c2..9860b9ce 100644 --- a/lib/puppet/face/strings.rb +++ b/lib/puppet/face/strings.rb @@ -4,7 +4,7 @@ # Implements the 'puppet strings' interface. Puppet::Face.define(:strings, '0.0.1') do # rubocop:disable Metrics/BlockLength - summary 'Generate Puppet documentation with YARD.' + summary 'Generate Puppet module documentation with YARD.' action(:generate) do default