1
0
mirror of git://sourceware.org/git/lvm2.git synced 2024-12-21 13:34:40 +03:00

improve description of devices option

This commit is contained in:
David Teigland 2022-05-02 09:46:28 -05:00
parent 494372b4ee
commit dd28460017

View File

@ -245,8 +245,9 @@ arg(deviceidtype_ARG, '\0', "deviceidtype", string_VAL, 0, 0,
"then it will override the default type that lvm would use.\n") "then it will override the default type that lvm would use.\n")
arg(devices_ARG, '\0', "devices", pv_VAL, ARG_GROUPABLE, 0, arg(devices_ARG, '\0', "devices", pv_VAL, ARG_GROUPABLE, 0,
"Devices that the command can use. This option can be repeated\n" "Restricts the devices that are visible and accessible to the command.\n"
"or accepts a comma separated list of devices. This overrides\n" "Devices not listed will appear to be missing. This option can be\n"
"repeated, or accepts a comma separated list of devices. This overrides\n"
"the devices file.\n") "the devices file.\n")
arg(devicesfile_ARG, '\0', "devicesfile", string_VAL, 0, 0, arg(devicesfile_ARG, '\0', "devicesfile", string_VAL, 0, 0,