kbuild: fixup genksyms usage/getopt
authorMike Frysinger <vapier.adi@gmail.com>
Sat, 10 Nov 2007 14:32:20 +0000 (09:32 -0500)
committerSam Ravnborg <sam@ravnborg.org>
Mon, 28 Jan 2008 22:14:36 +0000 (23:14 +0100)
commit36091fd348e79ab703b0766420c0b06ff7662d2d
treee78f7224e36ab2bf29622408b0924d81151f10d4
parentc6025f4c8bbe147b8773f04ce5a7d2ca7f4a6a5c
kbuild: fixup genksyms usage/getopt

The usage does not mention the "-a,--arch" or "-T,--dump-types" options, so
add them.  The calls to getopt() seem to mention options that no longer exist
(some "k" and "p" thingy) but omits the "h" option which means using '-h'
actually triggers the error code path, so update those as well.

Signed-off-by: Mike Frysinger <vapier@gentoo.org>
Signed-off-by: Sam Ravnborg <sam@ravnborg.org>
scripts/genksyms/genksyms.c