summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Teigland <teigland@redhat.com>2022-05-02 09:46:28 -0500
committerDavid Teigland <teigland@redhat.com>2022-05-02 09:47:02 -0500
commitdd28460017356d9a1a30a787b5572e9bcbf1c4a4 (patch)
tree6005dbff380faa0dd9db8382d2960c0ad9e57954
parent494372b4eed0c8f6040e3357939eb7511ac25745 (diff)
downloadlvm2-dd28460017356d9a1a30a787b5572e9bcbf1c4a4.tar.gz
improve description of devices option
-rw-r--r--tools/args.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/tools/args.h b/tools/args.h
index c4d8fe7ff..57d2dfc52 100644
--- a/tools/args.h
+++ b/tools/args.h
@@ -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")
arg(devices_ARG, '\0', "devices", pv_VAL, ARG_GROUPABLE, 0,
- "Devices that the command can use. This option can be repeated\n"
- "or accepts a comma separated list of devices. This overrides\n"
+ "Restricts the devices that are visible and accessible to the command.\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")
arg(devicesfile_ARG, '\0', "devicesfile", string_VAL, 0, 0,