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',
|
||||
type : 'boolean', value : true,
|
||||
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')
|
||||
|
||||
option('fs-search-path',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue