diff --git a/drush/default_content.drush.inc b/drush/default_content.drush.inc index 96c12b6..1f89cb4 100644 --- a/drush/default_content.drush.inc +++ b/drush/default_content.drush.inc @@ -18,7 +18,7 @@ function default_content_drush_command() { ], 'options' => [ 'file' => dt('Write out the exported content to a file instead of stdout'), - 'run-as' => dt('(optional) Run as a particular user (uid)'), + 'run-as' => dt('Run as a particular user (uid)'), ], 'aliases' => ['dce'], 'required-arguments' => 2, @@ -31,7 +31,7 @@ function default_content_drush_command() { ], 'options' => [ 'folder' => dt('Folder to export to, entities are grouped by entity type into directories.'), - 'run-as' => dt('(optional) Run as a particular user (uid)'), + 'run-as' => dt('Run as a particular user (uid)'), ], 'aliases' => ['dcer'], 'required-arguments' => 1, @@ -42,7 +42,7 @@ function default_content_drush_command() { 'module' => dt('The name of the module.'), ], 'options' => [ - 'run-as' => dt('(optional) Run as a particular user (uid)'), + 'run-as' => dt('Run as a particular user (uid)'), ], 'aliases' => ['dcem'], 'required-arguments' => 1, @@ -119,7 +119,7 @@ function drush_default_content_export_module($module_name) { } /** - * Check "run-as" argument and switch users if given. + * Check "run-as" option and switch user if given. * * @return void */ @@ -132,7 +132,7 @@ function _drush_default_content_setup() { } /** - * Check "run-as" argument and switch users back if given. + * Check "run-as" option and switch user back if given. * * @return void */