diff options
author | David MacKenzie <djm@cygnus> | 1993-04-29 18:15:53 +0000 |
---|---|---|
committer | David MacKenzie <djm@cygnus> | 1993-04-29 18:15:53 +0000 |
commit | be64eeae078d25fc941ac54d368335041ef1375f (patch) | |
tree | 4b1cc7d8d8f6cc45346d8849318fde03d751a3aa /binutils | |
parent | 1f72cab137911908c0077f7abad4ca9a57e608b0 (diff) | |
download | gdb-be64eeae078d25fc941ac54d368335041ef1375f.zip gdb-be64eeae078d25fc941ac54d368335041ef1375f.tar.gz gdb-be64eeae078d25fc941ac54d368335041ef1375f.tar.bz2 |
More fixes to usage messages.
Diffstat (limited to 'binutils')
-rw-r--r-- | binutils/copy.c | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/binutils/copy.c b/binutils/copy.c index eeedeff..38272b3 100644 --- a/binutils/copy.c +++ b/binutils/copy.c @@ -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); } |