From: David MacKenzie Date: Thu, 29 Apr 1993 18:15:53 +0000 (+0000) Subject: More fixes to usage messages. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=be64eeae078d25fc941ac54d368335041ef1375f;p=binutils-gdb.git More fixes to usage messages. --- diff --git a/binutils/copy.c b/binutils/copy.c index eeedeffc8b6..38272b31618 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); }