[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:
parent
9a47906767
commit
46d63102eb
2
codiff.c
2
codiff.c
@ -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,
|
||||
|
@ -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,
|
||||
|
2
pahole.c
2
pahole.c
@ -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,
|
||||
|
@ -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,
|
||||
|
2
pfunct.c
2
pfunct.c
@ -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,
|
||||
|
@ -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,
|
||||
|
Loading…
Reference in New Issue
Block a user