PreferencesCommand: Correct help for `--resource`

fixes #4485
This commit is contained in:
Johannes Meyer 2021-07-27 08:34:21 +02:00
parent 81831e3eed
commit 94c6e4a100
1 changed files with 1 additions and 1 deletions

View File

@ -26,7 +26,7 @@ class PreferencesCommand extends Command
*
* OPTIONS:
*
* --resource=<resource-name> The resource to use. If not given, the current database config backend is used.
* --resource=<resource-name> The resource to use, if no current database config backend is configured.
*/
public function indexAction()
{