]> git.ipfire.org Git - thirdparty/kmod.git/commit
tools/lsmod: add basic opts like rmmod
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)
commit6313d40dd59fdfa286b839155487a9335b70cafd
tree036fc73285f7ef4ac3c3c14175ec181ab962a347
parentb644b8d784d17405a5e6da541cc337f7fd07f90d
tools/lsmod: add basic opts like rmmod

This allows for more consistent experience across tools, allows to see
the version, observe/debug if "Used by" reports -1, etc.

Also don't forget to update the man page :-)

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>
man/lsmod.8.scd
tools/lsmod.c