Clean up missing options
commit7add809b710a8b794cc88f7ab175f4a980396f1a
authorAlan Jenkins <alan-jenkins@tuffmail.co.uk>
Thu, 11 Jun 2009 14:24:23 +0000 (11 15:24 +0100)
committerAlan Jenkins <alan-jenkins@tuffmail.co.uk>
Thu, 11 Jun 2009 15:28:44 +0000 (11 16:28 +0100)
treef9817c0527617e755dc3310e4fcd35fccbfd2297
parent55f65905d551d6793b254477bd45302974e5f4b0
Clean up missing options

modprobe -D (short version of --show-deps) doesn't work, remove it from
the manpage.  Don't try to pass "-D" to commands either ("--show-deps"
sets dry_run, so we won't run any commands).

modprobe -Q is not valid, remove 'Q' from the getopt string.

In depmod, "r" was listed twice in the getopt string.

Signed-off-by: Alan Jenkins <alan-jenkins@tuffmail.co.uk>
depmod.c
doc/modprobe.sgml
modprobe.c