Blame src/skin/ntux_skin_default.c

26e14f
#include "ntux_driver_impl.h"
26e14f
#include "argv/argv.h"
26e14f
26e14f
const struct argv_option ntux_default_options[] = {
26e14f
	{"version",		'v',TAG_VERSION,ARGV_OPTARG_NONE,0,0,0,
26e14f
				"show version information"},
26e14f
26e14f
	{"help",		'h',TAG_HELP,ARGV_OPTARG_OPTIONAL,0,"short|long",0,
26e14f
				"show usage information [listing %s options only]"},
26e14f
dcb685
	{"cmd",			0,TAG_CMD,ARGV_OPTARG_REQUIRED,0,
b824c9
				"stat|spawn|strace|chmod|aceit|fspath|bridge",0,
7deda5
				"invoke one of the following ntux commands: %s"},
6a7c02
26e14f
	{0,0,0,0,0,0,0,0}
26e14f
};