]> git.ipfire.org Git - thirdparty/kmod.git/commit
tools/rmmod: tweak --force help message
authorEmil Velikov <emil.l.velikov@gmail.com>
Wed, 18 Sep 2024 15:49:08 +0000 (16:49 +0100)
committerLucas De Marchi <lucas.de.marchi@gmail.com>
Sat, 21 Sep 2024 15:53:12 +0000 (10:53 -0500)
commit9d2cb67c1ac361759bfd4751140c97ba5560339d
treea739e630290d63b042d3de53cef87bab5081c525
parent519621b7e2cdfe9513ba52a63bd9a40b3ddd0839
tools/rmmod: tweak --force help message

Drop the kernel configuration details - the CONFIG toggle name is more
useful (since you can see it in /proc/config.*) and generally the part
is better suited for the manual page.

Move DANGEROUS at the front, so it's obvious from the start

Signed-off-by: Emil Velikov <emil.l.velikov@gmail.com>
Link: https://github.com/kmod-project/kmod/pull/138
Signed-off-by: Lucas De Marchi <lucas.de.marchi@gmail.com>
tools/rmmod.c