be explicit about what deploy means

master
Tom Vaughan 2012-08-22 16:56:07 -07:00
parent 3463d54589
commit bf914bb27a
1 changed files with 1 additions and 1 deletions

View File

@ -18,7 +18,7 @@ module Middleman
true
end
desc "deploy", "Deploy to a remote host over rsync"
desc "deploy", "Copy build directory to a remote host over rsync"
method_option "clean",
:type => :boolean,
:aliases => "-c",