Skip to content

Commit 85174ea

Browse files
committed
refactor: Changed Help Text for Update Settings
1 parent cac09bc commit 85174ea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

webfiori/framework/cli/commands/UpdateSettingsCommand.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ public function __construct() {
3333
.'Possible values are: version, app-name, scheduler-pass, page-title, '
3434
.'page-description, primary-lang, title-sep, home-page, theme,'
3535
.'admin-theme.', true),
36-
], 'Update application settings which are stored in the class "AppConfig".');
36+
], 'Update application settings which are stored in specific configuration driver.');
3737
}
3838
public function exec() : int {
3939
$options = [];

0 commit comments

Comments
 (0)