Skip to content

Commit 2210123

Browse files
committed
another pass at command help outputs
1 parent 5ede53b commit 2210123

File tree

6 files changed

+11
-13
lines changed

6 files changed

+11
-13
lines changed

lib/puppet/application/device.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -110,13 +110,13 @@ def help
110110
111111
DESCRIPTION
112112
-----------
113-
Devices require a proxy Puppet agent to request certificates, collect facts,
113+
Devices require a proxy OpenVox agent to request certificates, collect facts,
114114
retrieve and apply catalogs, and store reports.
115115
116116
117117
USAGE NOTES
118118
-----------
119-
Devices managed by the puppet-device subcommand on a Puppet agent are
119+
Devices managed by the puppet-device subcommand on an OpenVox agent are
120120
configured in device.conf, which is located at $confdir/device.conf by default,
121121
and is configurable with the $deviceconfig setting.
122122

lib/puppet/application/doc.rb

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -63,8 +63,7 @@ def help
6363
6464
SYNOPSIS
6565
--------
66-
Generates a reference for all Puppet types. Largely meant for internal
67-
Puppet Inc. use. (Deprecated)
66+
Generates a reference for all Puppet types. Largely meant for internal use. (Deprecated)
6867
6968
7069
USAGE
@@ -78,7 +77,7 @@ def help
7877
This deprecated command generates a Markdown document to stdout
7978
describing all installed Puppet types or all allowable arguments to
8079
puppet executables. It is largely meant for internal use and is used to
81-
generate the reference document available on the Puppet Inc. web site.
80+
generate the reference documents which can be posted to a website.
8281
8382
For Puppet module documentation (and all other use cases) this command
8483
has been superseded by the "puppet-strings"

lib/puppet/application/filebucket.rb

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ def help
4141
[-f|--fromdate <date>] [-t|--todate <date>] [-b|--bucket <directory>]
4242
<file> <file> ...
4343
44-
Puppet filebucket can operate in three modes, with only one mode per call:
44+
This filebucket client can operate in three modes, with only one mode per call:
4545
4646
backup:
4747
Send one or more files to the specified file bucket. Each sent file is
@@ -120,8 +120,7 @@ def help
120120
* --local:
121121
Use the local filebucket. This uses the default configuration
122122
information and the bucket located at the '$clientbucketdir'
123-
setting by default. If '--bucket' is set, puppet uses that
124-
path instead.
123+
setting by default. If '--bucket' is set, that path is used instead.
125124
126125
* --remote:
127126
Use a remote filebucket. This uses the default configuration

lib/puppet/application/ssl.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ def help
1717
1818
SYNOPSIS
1919
--------
20-
Manage SSL keys and certificates for SSL clients needing
20+
Manage SSL keys and certificates for clients needing
2121
to communicate with an OpenVox infrastructure.
2222
2323
USAGE

lib/puppet/face/config.rb

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
end
3737

3838
action(:print) do
39-
summary _("Examine Puppet's current settings.")
39+
summary _("Examine OpenVox's current settings.")
4040
arguments _("all \\| <setting> [<setting> ...]")
4141
description <<-'EOT'
4242
Prints the value of a single setting or a list of settings.
@@ -116,7 +116,7 @@ def report_section_and_environment(section_name, environment_name)
116116
end
117117

118118
action(:set) do
119-
summary _("Set Puppet's settings.")
119+
summary _("Set OpenVox's settings.")
120120
arguments _("[setting_name] [setting_value]")
121121
description <<-'EOT'
122122
Updates values in the `puppet.conf` configuration file.
@@ -199,7 +199,7 @@ def report_section_and_environment(section_name, environment_name)
199199
end
200200

201201
action(:delete) do
202-
summary _("Delete a Puppet setting.")
202+
summary _("Delete an OpenVox setting.")
203203
arguments _("<setting>")
204204
# TRANSLATORS 'main' is a specific section name and should not be translated
205205
description "Deletes a setting from the specified section. (The default is the section 'main')."

lib/puppet/face/help.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
copyright "Puppet Inc., Vox Pupuli", 2011
1111
license _("Apache 2 license; see COPYING")
1212

13-
summary _("Display Puppet help.")
13+
summary _("Display OpenVox help.")
1414

1515
action(:help) do
1616
summary _("Display help about OpenVox subcommands and their actions.")

0 commit comments

Comments
 (0)