[DWARVES]: Fixup usage messages

Thanks to Ilpo Järvinen for getting this to my attention.

Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>
This commit is contained in:
Arnaldo Carvalho de Melo 2008-01-31 09:30:55 -02:00
parent 9a47906767
commit 46d63102eb
7 changed files with 7 additions and 7 deletions

View File

@ -637,7 +637,7 @@ static error_t codiff__options_parser(int key, char *arg __unused,
return 0;
}
static const char codiff__args_doc[] = "[OLD_FILE] [NEW_FILE]";
static const char codiff__args_doc[] = "OLD_FILE NEW_FILE";
static struct argp codiff__argp = {
.options = codiff__options,

View File

@ -861,7 +861,7 @@ static error_t ctracer__options_parser(int key, char *arg,
return 0;
}
static const char ctracer__args_doc[] = "[FILE] [CLASS]";
static const char ctracer__args_doc[] = "FILE CLASS";
static struct argp ctracer__argp = {
.options = ctracer__options,

View File

@ -893,7 +893,7 @@ static error_t pahole__options_parser(int key, char *arg,
return 0;
}
static const char pahole__args_doc[] = "[FILE]";
static const char pahole__args_doc[] = "FILE";
static struct argp pahole__argp = {
.options = pahole__options,

View File

@ -78,7 +78,7 @@ static error_t pdwtags__options_parser(int key, char *arg __unused,
return 0;
}
static const char pdwtags__args_doc[] = "[FILE]";
static const char pdwtags__args_doc[] = "FILE";
static struct argp pdwtags__argp = {
.options = pdwtags__options,

View File

@ -440,7 +440,7 @@ static error_t pfunct__options_parser(int key, char *arg,
return 0;
}
static const char pfunct__args_doc[] = "-e [FILE] {[FUNCTION]}";
static const char pfunct__args_doc[] = "FILE";
static struct argp pfunct__argp = {
.options = pfunct__options,

View File

@ -299,7 +299,7 @@ static error_t pglobal__options_parser(int key, char *arg __unused,
return 0;
}
static const char pglobal__args_doc[] = "-e [FILE]";
static const char pglobal__args_doc[] = "FILE";
static struct argp pglobal__argp = {
.options = pglobal__options,

View File

@ -132,7 +132,7 @@ static error_t options_parser(int key, char *arg, struct argp_state *state)
return 0;
}
static const char args_doc[] = "[FILE]";
static const char args_doc[] = "FILE";
static struct argp argp = {
.options = options,