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