diff options
Diffstat (limited to 'toys/other/rmmod.c')
-rw-r--r-- | toys/other/rmmod.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/toys/other/rmmod.c b/toys/other/rmmod.c index 10c134c2..d9f0a15a 100644 --- a/toys/other/rmmod.c +++ b/toys/other/rmmod.c @@ -12,7 +12,7 @@ config RMMOD Unload the module named MODULE from the Linux kernel. -f Force unload of a module - -w Wait until the module is no longer used. + -w Wait until the module is no longer used */ |