]> git.ipfire.org Git - thirdparty/kmod.git/commit
tools/modprobe: properly deprecate --remove-dependencies
authorEmil Velikov <emil.l.velikov@gmail.com>
Fri, 13 Jun 2025 15:34:22 +0000 (16:34 +0100)
committerLucas De Marchi <lucas.de.marchi@gmail.com>
Fri, 13 Jun 2025 18:52:41 +0000 (13:52 -0500)
commitf9ecaf7e1fe3efff9c23594864923a3482cc975d
tree061744c4b616a156d550eefab393a06fe4ecd989
parentd9778a6d9ccc66088fb48583cd8143c514dc7b63
tools/modprobe: properly deprecate --remove-dependencies

The option was annotated as deprecated a while ago, although we never
flagged a warning when it is in use.

Do that, remove it from the --help screen and add an explicit "will be
removed" notice in the manual page.

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