Skip to content
Snippets Groups Projects
Commit 07520a22 authored by anarcat's avatar anarcat
Browse files

document http_service_type option to hostmaster-migrate

parent 0b6c72dd
No related branches found
No related tags found
No related merge requests found
...@@ -248,6 +248,7 @@ function provision_drush_command() { ...@@ -248,6 +248,7 @@ function provision_drush_command() {
'/path/to/platform' => dt('The platform to migrate the site to.'), '/path/to/platform' => dt('The platform to migrate the site to.'),
), ),
'options' => array( 'options' => array(
'http_service_type' => dt('Webserver type to configure (default: %webserver)', array('%webserver' => 'apache')),
'makefile' => dt('The optional makefile to use instead of aegir.') 'makefile' => dt('The optional makefile to use instead of aegir.')
), ),
); );
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment