Blame src/skin/ntux_skin_spawn.c
|
|
7deda5 |
#include "ntux_driver_impl.h"
|
|
|
7deda5 |
#include "argv/argv.h"
|
|
|
7deda5 |
|
|
|
7deda5 |
const struct argv_option ntux_spawn_options[] = {
|
|
|
7deda5 |
{"version", 'v',TAG_VERSION,ARGV_OPTARG_NONE,0,0,0,
|
|
|
7deda5 |
"show version information"},
|
|
|
7deda5 |
|
|
|
7deda5 |
{"help", 'h',TAG_HELP,ARGV_OPTARG_OPTIONAL,0,"short|long",0,
|
|
|
7deda5 |
"show usage information [listing %s options only]"},
|
|
|
7deda5 |
|
|
|
7deda5 |
{0,0,0,0,0,0,0,0}
|
|
|
7deda5 |
};
|