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:
Iñigo Martínez
2017-12-20 17:41:24 +01:00
parent 6a0a247668
commit 9dc183af23
+1 -1
View File
@@ -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',