mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-20 18:08:24 +08:00
More fixes to usage messages.
This commit is contained in:
@ -104,13 +104,12 @@ static
|
|||||||
void
|
void
|
||||||
copy_usage()
|
copy_usage()
|
||||||
{
|
{
|
||||||
fprintf(stderr, "copy %s\n\
|
fprintf(stderr, "\
|
||||||
Usage: %s [-vVSgxX] [-I format] [-O format] [-F format]\n\
|
Usage: %s [-vVSgxX] [-I format] [-O format] [-F format]\n\
|
||||||
[--format=format] [--target=format] [--input-format=format]\n\
|
[--format=format] [--target=format] [--input-format=format]\n\
|
||||||
[--output-format=format] [--strip-all] [--strip-debug]\n\
|
[--output-format=format] [--strip-all] [--strip-debug]\n\
|
||||||
[--discard-all] [--discard-locals] [--verbose] [--version]\n\
|
[--discard-all] [--discard-locals] [--verbose] [--version]\n\
|
||||||
in-file [out-file]\n",
|
in-file [out-file]\n", program_name);
|
||||||
program_version, program_name);
|
|
||||||
exit(1);
|
exit(1);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user