1
0
mirror of git://sourceware.org/git/lvm2.git synced 2024-10-28 20:25:52 +03:00
lvm2/lib/commands
M.H. Tsai 3b76e9fd98 config: fix verbose type to int
'verbose' was marked as a boolean option while it
takes integer args - so it has limited usage to 0 or 1,
but we supported 0-4 at least.

Fix it by switching to corrent int type.
(Hopefully noone was trying to use this variable as true/yes/false/no
way - as the would be unsupported/undocumented).
2016-02-11 18:30:39 +01:00
..
toolcontext.c config: fix verbose type to int 2016-02-11 18:30:39 +01:00
toolcontext.h conf: add metadata/check_pv_device_sizes 2016-01-22 14:16:00 +01:00