diff --git a/lib/puppet/application/filebucket.rb b/lib/puppet/application/filebucket.rb index 70bf32bd930..661cb7ac8c4 100644 --- a/lib/puppet/application/filebucket.rb +++ b/lib/puppet/application/filebucket.rb @@ -76,10 +76,10 @@ def help use your local file bucket by specifying '--local', or by specifying '--bucket' with a local path. - **Note**: Enabling and using the backup option, and by extension the - filebucket resource, requires appropriate planning and management to ensure - that sufficient disk space is available for the file backups. Generally, you - can implement this using one of the following two options: + **Important**: When you enable and use the backup option, and by extension + the filebucket resource, you must ensure that sufficient disk space is + available for the file backups. Generally, you can provide the disk space + by using one of the following two options: - Use a `find` command and `crontab` entry to retain only the last X days of file backups. For example: diff --git a/lib/puppet/face/catalog.rb b/lib/puppet/face/catalog.rb index bf3d7943dd1..205a1b55a97 100644 --- a/lib/puppet/face/catalog.rb +++ b/lib/puppet/face/catalog.rb @@ -29,7 +29,7 @@ summary _("Retrieve the catalog for the node from which the command is run.") arguments ", " option("--facts_for_catalog") do - summary _("Not yet implemented for the CLI; facts will be collected internally.") + summary _("Not implemented for the CLI; facts are collected internally.") end returns <<-'EOT' A serialized catalog. When used from the Ruby API, returns a