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