Merge branch '1' of https://github.com/neheb/util-linux
* '1' of https://github.com/neheb/util-linux: meson: fix option value
This commit is contained in:
commit
00e58b18b3
1 changed files with 1 additions and 1 deletions
|
@ -195,7 +195,7 @@ option('use-tls',
|
||||||
option('pg-bell',
|
option('pg-bell',
|
||||||
type : 'boolean', value : true,
|
type : 'boolean', value : true,
|
||||||
description : 'should pg ring the bell on invalid keys?')
|
description : 'should pg ring the bell on invalid keys?')
|
||||||
option('colors-default', type: 'boolean', value: 'true',
|
option('colors-default', type: 'boolean', value: true,
|
||||||
description: 'Enables colorized output from utils by default')
|
description: 'Enables colorized output from utils by default')
|
||||||
|
|
||||||
option('fs-search-path',
|
option('fs-search-path',
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue