Blame src/skin/ntux_skin_aceit.c
|
|
dcb685 |
#include "ntux_driver_impl.h"
|
|
|
dcb685 |
#include "argv/argv.h"
|
|
|
dcb685 |
|
|
|
dcb685 |
const struct argv_option ntux_aceit_options[] = {
|
|
|
dcb685 |
{"version", 'v',TAG_VERSION,ARGV_OPTARG_NONE,0,0,0,
|
|
|
dcb685 |
"show version information"},
|
|
|
dcb685 |
|
|
|
dcb685 |
{"help", 'h',TAG_HELP,ARGV_OPTARG_OPTIONAL,0,"short|long",0,
|
|
|
dcb685 |
"show usage information [listing %s options only]"},
|
|
|
dcb685 |
|
|
|
dcb685 |
{"dump", 'd',TAG_DUMP,ARGV_OPTARG_NONE,0,0,0,
|
|
|
dcb685 |
"print all entries of the (virtual) file's "
|
|
|
dcb685 |
"security descriptor"},
|
|
|
dcb685 |
|
|
|
dcb685 |
{0,0,0,0,0,0,0,0}
|
|
|
dcb685 |
};
|