Skip to content

Commit

Permalink
Escape ampersand in doc text for config:status (#4828)
Browse files Browse the repository at this point in the history
Escape the ampersand in the documentation text for config:status.
#4827
  • Loading branch information
rwalkerands authored Sep 12, 2021
1 parent 3f2a05e commit ed4bf46
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Drupal/Commands/config/ConfigCommands.php
Original file line number Diff line number Diff line change
Expand Up @@ -293,7 +293,7 @@ public function delete($config_name, $key = null)
* Display all content types that would be created in active storage on configuration import.
* @usage drush config:status --state=Any --format=list
* List all config names.
* @usage drush config:status 2>&1 | grep "No differences"
* @usage drush config:status 2>&1 | grep "No differences"
* Check there are no differences between database and exported config. Useful for CI.
* @field-labels
* name: Name
Expand Down

0 comments on commit ed4bf46

Please sign in to comment.