]> git.ipfire.org Git - thirdparty/util-linux.git/commit
losetup: make --remove a long-only option with mutual exclusivity
authorKarel Zak <kzak@redhat.com>
Thu, 16 Oct 2025 09:56:08 +0000 (11:56 +0200)
committerKarel Zak <kzak@redhat.com>
Tue, 21 Oct 2025 09:17:47 +0000 (11:17 +0200)
commit8008075ce50114478cc1d4c9411e9a2439cac6bf
tree595b92e22f39642cd9012592ec420c26f165a4e8
parent04619aacdb31ecdf451f07fa2cf93b67387c1638
losetup: make --remove a long-only option with mutual exclusivity

Change --remove from '-R, --remove' to a long-only option '--remove'.
This makes it consistent with other administrative options and adds
mutual exclusivity with other major actions like -d, -D, -a, -c, -f,
-j, -l, and -O.

Signed-off-by: Karel Zak <kzak@redhat.com>
bash-completion/losetup
sys-utils/losetup.8.adoc
sys-utils/losetup.c