Skip to content

Commit

Permalink
Fix usage example in core:route command (#5053)
Browse files Browse the repository at this point in the history
  • Loading branch information
Chi-teck committed Jan 30, 2022
1 parent 4700fec commit 45b7989
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Drupal/Commands/core/DrupalCommands.php
Expand Up @@ -143,7 +143,7 @@ public function requirements($options = ['format' => 'table', 'severity' => -1,
* View all routes.
* @usage drush route --name=update.status
* View details about the <info>update.status</info> route.
* @usage drush route --path=user/1
* @usage drush route --path=/user/1
* View details about the <info>entity.user.canonical</info> route.
* @option name A route name.
* @option path An internal path.
Expand Down

0 comments on commit 45b7989

Please sign in to comment.