Skip to content

Commit

Permalink
Merge pull request #90 from jeff-h/patch-1
Browse files Browse the repository at this point in the history
Unhide sql-sanitize
  • Loading branch information
weitzman committed Sep 19, 2013
2 parents f35daa0 + 036f643 commit f3bba6e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion commands/sql/sql.drush.inc
Original file line number Diff line number Diff line change
Expand Up @@ -226,7 +226,6 @@ function sql_drush_command() {
$items['sql-sanitize'] = array(
'description' => "Run sanitization operations on the current database.",
'bootstrap' => DRUSH_BOOTSTRAP_DRUSH,
'hidden' => TRUE,
'options' => array(
'sanitize-password' => 'The password to assign to all accounts in the sanitization operation, or "no" to keep passwords unchanged. Default is "password".',
'sanitize-email' => 'The pattern for test email addresses in the sanitization operation, or "no" to keep email addresses unchanged. May contain replacement patterns %uid, %mail or %name. Default is "user+%uid@localhost".',
Expand Down

0 comments on commit f3bba6e

Please sign in to comment.