]> git.ipfire.org Git - thirdparty/kmod.git/commit
tools/rmmod: remove unused -w shortopt
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)
commit519621b7e2cdfe9513ba52a63bd9a40b3ddd0839
treebb89a0a887a11625237f840798e986e5a0473261
parent6313d40dd59fdfa286b839155487a9335b70cafd
tools/rmmod: remove unused -w shortopt

The (long)option and handling was removed some 10 years ago, yet the
shortopt remained... oops

Fixes: a4bd144 ("Remove "rmmod -w" documentation and getopt entry")
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