Blame src/skin/ntux_skin_strace.c
|
|
7deda5 |
#include "ntux_driver_impl.h"
|
|
|
7deda5 |
#include "argv/argv.h"
|
|
|
7deda5 |
|
|
|
7deda5 |
const struct argv_option ntux_strace_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 |
|
|
|
9682ca |
{"loader", 'l',TAG_LOADER,ARGV_OPTARG_REQUIRED,0,0,0,
|
|
|
9682ca |
"use an alternate framework loader"},
|
|
|
9682ca |
|
|
|
9682ca |
{"logfile", 'o',TAG_LOGFILE,ARGV_OPTARG_REQUIRED,0,0,"<FILE>",
|
|
|
9682ca |
"write output to %s"},
|
|
|
9682ca |
|
|
|
7deda5 |
{0,0,0,0,0,0,0,0}
|
|
|
7deda5 |
};
|