Skip to content

Commit

Permalink
Fix check names in docs
Browse files Browse the repository at this point in the history
  • Loading branch information
swissspidy committed Oct 31, 2023
1 parent 314b020 commit 5512d52
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion includes/CLI/Plugin_Check_Command.php
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ public function __construct( Plugin_Context $plugin_context ) {
* : The plugin to check. Plugin name.
*
* [--checks=<checks>]
* : Only runs checks provided as an argument in comma-separated values, e.g. enqueued-scripts, escaping. Otherwise runs all checks.
* : Only runs checks provided as an argument in comma-separated values, e.g. i18n_usage, late_escaping. Otherwise runs all checks.
*
* [--format=<format>]
* : Format to display the results. Options are table, csv, and json. The default will be a table.
Expand Down

0 comments on commit 5512d52

Please sign in to comment.