blob: 43764211aff0b0e4d7b8445406e11f47413d5b08 (
plain)
1
2
3
4
5
6
7
8
9
|
#include "slibtool_ar_impl.h"
#include "argv/argv.h"
const struct argv_option slbt_ar_options[] = {
{"help", 'h',TAG_AR_HELP,ARGV_OPTARG_NONE,0,0,0,
"display ar mode help"},
{0,0,0,0,0,0,0,0}
};
|