build: Fix description of the enable_extensions option
The description of the `enable_extensions` was wrong since it changed to the `array` type, because the extension separator is now a comma instead of space.
This commit is contained in:
+1
-1
@@ -8,7 +8,7 @@ option('extension_set',
|
||||
option('enable_extensions',
|
||||
type: 'array',
|
||||
value: [],
|
||||
description: 'Space separated list of extensions to enable instead of a predefined set.'
|
||||
description: 'Comma separated list of extensions to enable instead of a predefined set.'
|
||||
)
|
||||
|
||||
option('classic_mode',
|
||||
|
||||
Reference in New Issue
Block a user