test-skeleton: add usage information
authorMike Frysinger <vapier@gentoo.org>
Tue, 4 Aug 2015 11:26:46 +0000 (07:26 -0400)
committerMike Frysinger <vapier@gentoo.org>
Wed, 5 Aug 2015 08:40:00 +0000 (04:40 -0400)
commit496405af79252a2eb7a5ebdc3e29ba452869d047
tree6c1911ac735e1d3d77acf8b0713a1a00bd960f31
parent182d6096fe76b3d63b1151090cd07e60eca39302
test-skeleton: add usage information

I keep trying to run tests with --help and then remembering that does
nothing when it throws an error.  That means I have to dig into the
source when I want to refer to flags or env vars and re-read a good
amount of code to find the nested locations.

Make this all much more user friendly with a usage screen that gets
printed out whenever an unknown option is specified.
ChangeLog
test-skeleton.c