Skip to content

Commit

Permalink
Note deprecation of --root optioon (#6034)
Browse files Browse the repository at this point in the history
  • Loading branch information
weitzman authored Jun 13, 2024
1 parent 33a6869 commit ba5b8ba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Application.php
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ public function configureGlobalOptions()

$this->getDefinition()
->addOption(
new InputOption('--root', '-r', InputOption::VALUE_REQUIRED, 'The Drupal root for this site.')
new InputOption('--root', '-r', InputOption::VALUE_REQUIRED, 'The Drupal root for this site. Note: this option is deprecated and will be removed. ')
);


Expand Down

0 comments on commit ba5b8ba

Please sign in to comment.