Skip to content

Commit

Permalink
Shorter command descriptions (#5907)
Browse files Browse the repository at this point in the history
  • Loading branch information
weitzman committed Mar 13, 2024
1 parent fee7b27 commit 955728d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/Commands/config/ConfigCommands.php
Original file line number Diff line number Diff line change
Expand Up @@ -277,7 +277,7 @@ public function delete($config_name, $key = null): void
}

/**
* Display status of configuration (differences between the filesystem configuration and database configuration).
* Display status of configuration (differences between the filesystem and database).
*/
#[CLI\Command(name: self::STATUS, aliases: ['cst', 'config-status'])]
#[CLI\Option(name: 'state', description: 'A comma-separated list of states to filter results.')]
Expand Down
2 changes: 1 addition & 1 deletion src/Commands/core/MkCommands.php
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ public static function create(ContainerInterface $container, DrushContainer $dru
}

/**
* Build a Markdown document for each Drush command/generator that is available on a site.
* Build a Markdown document for each available Drush command/generator.
*
* This command is an early step when building the www.drush.org static site. Adapt it to build a similar site listing the commands that are available on your site. Also see Drush's [Github Actions workflow](https://github.com/drush-ops/drush/blob/12.x/.github/workflows/main.yml).
*/
Expand Down

0 comments on commit 955728d

Please sign in to comment.