Skip to content
Snippets Groups Projects
Commit 9bc7ca20 authored by Joshua Walker's avatar Joshua Walker Committed by anarcat
Browse files

Issue #2038891 by drastik: add missing --client-email option

parent 6bd1076a
Branches
Tags
No related merge requests found
......@@ -122,6 +122,9 @@ function provision_drush_command() {
$items['provision-import'] = array(
'description' => dt('Turn an already running site into a provisioned site.'),
'options' => array(
'client_email' => dt('The email address of the client to use.'),
),
'examples' => array(
'drush @site provision-import' => 'Import the site as defined by the site Drush alias generated with provision-save.',
),
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment