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>
static int verbose = DEFAULT_VERBOSE;
static int use_syslog;
-static const char cmdopts_s[] = "fsvVwh";
+static const char cmdopts_s[] = "fsvVh";
static const struct option cmdopts[] = {
// clang-format off
{ "force", no_argument, 0, 'f' },