Drop the "list of" part - we are already (somewhat) consistently using
modulenames across the tree.
While in here, also drop the square brackets - the modulename(s) is not
an optional argument.
Signed-off-by: Emil Velikov <emil.l.velikov@gmail.com>
Reviewed-by: Lucas De Marchi <demarchi@kernel.org>
Link: https://github.com/kmod-project/kmod/pull/pull/400
Signed-off-by: Lucas De Marchi <demarchi@kernel.org>
# SYNOPSIS
-*rmmod* [_OPTIONS_] [_list of modulenames_]
+*rmmod* [_OPTIONS_] _modulenames_
# DESCRIPTION
static void help(void)
{
printf("Usage:\n"
- "\t%s [options] [list of modulenames]\n"
+ "\t%s [options] modulenames\n"
"Options:\n"
"\t-f, --force DANGEROUS: forces a module unload and may\n"
"\t crash your machine\n"