[Buildroot] [git commit branch/2022.02.x] package/udisks: fix the tool name in the config help

Peter Korsgaard peter at korsgaard.com
Tue Nov 15 11:07:51 UTC 2022


commit: https://git.buildroot.net/buildroot/commit/?id=48cd67d587a80a84b6d8c2cdcc97a5b736fdd4e4
branch: https://git.buildroot.net/buildroot/commit/?id=refs/heads/2022.02.x

The name of the tool in udisks2 is udisksctl.

Signed-off-by: Wolfgang Grandegger <wg at grandegger.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni at bootlin.com>
(cherry picked from commit 593c64eaf9d2f03d1a0164c114caffa2f4546f5b)
Signed-off-by: Peter Korsgaard <peter at korsgaard.com>
---
 package/udisks/Config.in | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/package/udisks/Config.in b/package/udisks/Config.in
index a3a0f82144..5d0b96f3c0 100644
--- a/package/udisks/Config.in
+++ b/package/udisks/Config.in
@@ -31,8 +31,8 @@ config BR2_PACKAGE_UDISKS
 	     interfaces that can be used to query and manipulate
 	     storage devices.
 
-	   o a command-line tool, udisks(1), that can be used to query
-	     and use the daemon
+	   o a command-line tool, udisksctl(1), that can be used to
+	     query and use the daemon
 
 	  http://www.freedesktop.org/wiki/Software/udisks
 



More information about the buildroot mailing list