diff options
Diffstat (limited to 'modutils/modprobe-small.c')
-rw-r--r-- | modutils/modprobe-small.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modutils/modprobe-small.c b/modutils/modprobe-small.c index 6eb950f32..6ee0164c2 100644 --- a/modutils/modprobe-small.c +++ b/modutils/modprobe-small.c | |||
@@ -656,7 +656,7 @@ depmod -[aA] [-n -e -v -q -V -r -u] | |||
656 | [-b basedirectory] [forced_version] | 656 | [-b basedirectory] [forced_version] |
657 | depmod [-n -e -v -q -r -u] [-F kernelsyms] module1.ko module2.ko ... | 657 | depmod [-n -e -v -q -r -u] [-F kernelsyms] module1.ko module2.ko ... |
658 | If no arguments (except options) are given, "depmod -a" is assumed. | 658 | If no arguments (except options) are given, "depmod -a" is assumed. |
659 | depmod will output a dependancy list suitable for the modprobe utility. | 659 | depmod will output a dependency list suitable for the modprobe utility. |
660 | Options: | 660 | Options: |
661 | -a, --all Probe all modules | 661 | -a, --all Probe all modules |
662 | -A, --quick Only does the work if there's a new module | 662 | -A, --quick Only does the work if there's a new module |