diff options
Diffstat (limited to 'lib/chef/knife/download.rb')
-rw-r--r-- | lib/chef/knife/download.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/chef/knife/download.rb b/lib/chef/knife/download.rb index c609760509..ac8420d468 100644 --- a/lib/chef/knife/download.rb +++ b/lib/chef/knife/download.rb @@ -49,7 +49,7 @@ class Chef def run if name_args.length == 0 show_usage - ui.fatal("Must specify at least one argument. If you want to download everything in this directory, type \"knife download .\"") + ui.fatal("You must specify at least one argument. If you want to download everything in this directory, run \"knife download .\"") exit 1 end |