1
0
mirror of git://sourceware.org/git/lvm2.git synced 2024-12-21 13:34:40 +03:00
lvm2/lib/config
David Teigland 6cc37275ce config: improve the description of options lists
Describe
thin_check_options, thin_repair_options,
cache_check_option, scache_repair_options

as a "list of options", rather than a "string of options"
because a single string, e.g. "-q --clear-needs-check-flag"
does not work, and needs to be entered as a list,
e.g. ["-q", "--clear-needs-check-flag"]
2015-04-28 10:06:23 -05:00
..
config_settings.h config: improve the description of options lists 2015-04-28 10:06:23 -05:00
config.c config: also evaluate default unconfigured values in runtime for 'cfg_runtime' settings 2015-04-28 15:36:35 +02:00
config.h config: also evaluate default unconfigured values in runtime for 'cfg_runtime' settings 2015-04-28 15:36:35 +02:00
defaults.h config: fix check_options array 2015-04-23 10:35:34 -05:00