Blame SOURCES/0046-improve-description-of-devices-option.patch

4d51e5
From e027f4da9bc7b4ed9b225af75089e3443595bf81 Mon Sep 17 00:00:00 2001
4d51e5
From: David Teigland <teigland@redhat.com>
4d51e5
Date: Mon, 2 May 2022 09:46:28 -0500
4d51e5
Subject: [PATCH 46/54] improve description of devices option
4d51e5
4d51e5
---
4d51e5
 tools/args.h | 5 +++--
4d51e5
 1 file changed, 3 insertions(+), 2 deletions(-)
4d51e5
4d51e5
diff --git a/tools/args.h b/tools/args.h
4d51e5
index 9a7bf81b2..00a2ec817 100644
4d51e5
--- a/tools/args.h
4d51e5
+++ b/tools/args.h
4d51e5
@@ -235,8 +235,9 @@ arg(deviceidtype_ARG, '\0', "deviceidtype", string_VAL, 0, 0,
4d51e5
     "then it will override the default type that lvm would use.\n")
4d51e5
 
4d51e5
 arg(devices_ARG, '\0', "devices", pv_VAL, ARG_GROUPABLE, 0,
4d51e5
-    "Devices that the command can use. This option can be repeated\n"
4d51e5
-    "or accepts a comma separated list of devices. This overrides\n"
4d51e5
+    "Restricts the devices that are visible and accessible to the command.\n"
4d51e5
+    "Devices not listed will appear to be missing. This option can be\n"
4d51e5
+    "repeated, or accepts a comma separated list of devices. This overrides\n"
4d51e5
     "the devices file.\n")
4d51e5
 
4d51e5
 arg(devicesfile_ARG, '\0', "devicesfile", string_VAL, 0, 0,
4d51e5
-- 
4d51e5
2.34.3
4d51e5