Blame src/skin/amgc_skin_default.c

383aa6
#include "apimagic_driver_impl.h"
383aa6
#include "argv/argv.h"
383aa6
383aa6
const struct argv_option amgc_default_options[] = {
383aa6
	{"version",		'v',TAG_VERSION,ARGV_OPTARG_NONE,0,0,
383aa6
				"show version information"},
383aa6
383aa6
	{"help",		'h',TAG_HELP,ARGV_OPTARG_OPTIONAL,"short|long",0,
383aa6
				"show usage information [listing %s options only]"},
383aa6
383aa6
	{0}
383aa6
};