diff options
Diffstat (limited to 'lib/puppet/face/file/download.rb')
-rw-r--r-- | lib/puppet/face/file/download.rb | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/lib/puppet/face/file/download.rb b/lib/puppet/face/file/download.rb index 8a300fbf1..3e67e452a 100644 --- a/lib/puppet/face/file/download.rb +++ b/lib/puppet/face/file/download.rb @@ -2,12 +2,12 @@ Puppet::Face.define(:file, '0.0.1') do action :download do |*args| summary "Download a file into the local filebucket." - arguments "( {md5}<checksum> | puppet:///... )" - returns "Nothing" + arguments "( {md5}<checksum> | <puppet_url> )" + returns "Nothing." description <<-EOT - Downloads a file from the puppet master's filebucket and - duplicates it in the local filebucket. This action's checksum - syntax differs from `find`'s, and it can accept a <puppet:///> URL. + Downloads a file from the puppet master's filebucket and duplicates it in + the local filebucket. This action's checksum syntax differs from `find`'s, + and it can accept a <puppet:///> URL. EOT examples <<-'EOT' Download a file by URL: |