Blame src/skin/tpax_skin_default.c

88751e
#include "tpax_driver_impl.h"
88751e
#include "argv/argv.h"
88751e
88751e
const struct argv_option tpax_default_options[] = {
88751e
	{"version",	0,TAG_VERSION,ARGV_OPTARG_NONE,0,0,0,
88751e
			"show version information"},
88751e
88751e
	{"help",	0,TAG_HELP,ARGV_OPTARG_OPTIONAL,0,"short|long",0,
88751e
			"show usage information [listing %s options only]"},
88751e
88751e
	{0,0,0,0,0,0,0,0}
88751e
};