timeout: use more standard option parsing
authorKim Hansen <kim@i9.dk>
Thu, 25 Mar 2010 17:43:10 +0000 (17:43 +0000)
committerPádraig Brady <P@draigBrady.com>
Fri, 26 Mar 2010 14:27:54 +0000 (14:27 +0000)
commit88d4b3461e3eeb69e1d09e89f38050abd6b81402
treec4786c4734ad209c5ef48071faffef6f4b67298d
parent4c38625ef32f0d7941b4dbe521a1e34d12f17608
timeout: use more standard option parsing

* src/timeout.c (main): Don't use parse_long_options()
which is a helper for commands that don't have any
long options specific to them.
* tests/misc/timeout-parameters: Remove a case that now
passes due to us accepting multiple instances of the
--help and --version options.
* THANKS: Add the author.

Signed-off-by: Pádraig Brady <P@draigBrady.com>
THANKS
src/timeout.c
tests/misc/timeout-parameters