More fixes to usage messages.
authorDavid MacKenzie <djm@cygnus>
Thu, 29 Apr 1993 18:15:53 +0000 (18:15 +0000)
committerDavid MacKenzie <djm@cygnus>
Thu, 29 Apr 1993 18:15:53 +0000 (18:15 +0000)
binutils/copy.c

index eeedeffc8b6df761433e0b9e13a13040fb84e258..38272b316182686768d2b50a3e5c318661538394 100644 (file)
@@ -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);
 }