From 94c6e4a100499d914f47fdd3ce2aa3b6c7ac64f0 Mon Sep 17 00:00:00 2001 From: Johannes Meyer Date: Tue, 27 Jul 2021 08:34:21 +0200 Subject: [PATCH] PreferencesCommand: Correct help for `--resource` fixes #4485 --- modules/migrate/application/clicommands/PreferencesCommand.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/migrate/application/clicommands/PreferencesCommand.php b/modules/migrate/application/clicommands/PreferencesCommand.php index fa2bad50c..1935e2250 100644 --- a/modules/migrate/application/clicommands/PreferencesCommand.php +++ b/modules/migrate/application/clicommands/PreferencesCommand.php @@ -26,7 +26,7 @@ class PreferencesCommand extends Command * * OPTIONS: * - * --resource= The resource to use. If not given, the current database config backend is used. + * --resource= The resource to use, if no current database config backend is configured. */ public function indexAction() {