Skip to content

Commit

Permalink
Replace core:config with core:edit in examples (#5232)
Browse files Browse the repository at this point in the history
  • Loading branch information
DieterHolvoet committed Sep 15, 2022
1 parent a5aa4ab commit dc26ddf
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions src/Commands/core/EditCommands.php
Expand Up @@ -21,17 +21,17 @@ class EditCommands extends DrushCommands implements SiteAliasManagerAwareInterfa
* @bootstrap max
* @param $filter A substring for filtering the list of files. Omit this argument to choose from loaded files.
* @optionset_get_editor
* @usage drush core:config
* @usage drush core:edit
* Pick from a list of config/alias/settings files. Open selected in editor.
* @usage drush --bg core-config
* Return to shell prompt as soon as the editor window opens.
* @usage drush core:config etc
* @usage drush core:edit etc
* Edit the global configuration file.
* @usage drush core:config demo.alia
* @usage drush core:edit demo.alia
* Edit a particular alias file.
* @usage drush core:config sett
* @usage drush core:edit sett
* Edit settings.php for the current Drupal site.
* @usage drush core:config --choice=2
* @usage drush core:edit --choice=2
* Edit the second file in the choice list.
* @aliases conf,config,core-edit
*/
Expand Down

0 comments on commit dc26ddf

Please sign in to comment.