[CTRACER]: Fix conversion to argp

Signed-off-by: Arnaldo Carvalho de Melo <acme@ghostprotocols.net>
This commit is contained in:
Arnaldo Carvalho de Melo 2007-04-28 16:15:34 -03:00
parent 262a5d24ea
commit 0a6607d22c
1 changed files with 4 additions and 0 deletions

View File

@ -590,21 +590,25 @@ static const struct argp_option ctracer__options[] = {
{
.key = 'd',
.name = "src_dir",
.arg = "SRC_DIR",
.doc = "generate source files in this directory",
},
{
.key = 'D',
.name = "dir",
.arg = "DIR",
.doc = "load files in this directory",
},
{
.key = 'g',
.name = "glob",
.arg = "GLOB",
.doc = "file mask to load",
},
{
.key = 'k',
.name = "kprobes",
.arg = "FILE",
.doc = "kprobes object file",
},
{