]> git.ipfire.org Git - thirdparty/util-linux.git/commit
wdctl: remove -d option leftover
authorMunehisa Kamata <kamatam@amazon.com>
Tue, 28 Oct 2025 19:54:17 +0000 (12:54 -0700)
committerKarel Zak <kzak@redhat.com>
Mon, 3 Nov 2025 12:51:42 +0000 (13:51 +0100)
commit56e2c86c2c7ea012b63cd896d9ca3daa34f19565
tree45e22f8caec01196e6f8a3198946fdcdfaa0dfe5
parentb5e0a42a9bd2116cc9ed35d9d804a07603281543
wdctl: remove -d option leftover

-d option was removed in commit f56338b43973 ("wdctl: allow to specify more
than one device"), but the optstring wasn't updated at that time and wdctl
can still accept the option halfway as below:

 $ wdctl -d
 wdctl: option requires an argument -- 'd'

whereas it should say:

 wdctl: invalid option -- 'd'

So update the optstring.

Fixes: f56338b43973 ("wdctl: allow to specify more than one device")
Signed-off-by: Munehisa Kamata <kamatam@amazon.com>
sys-utils/wdctl.c