be explicit about what deploy means
This commit is contained in:
parent
3463d54589
commit
bf914bb27a
|
@ -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",
|
||||
|
|
Loading…
Reference in a new issue