PR binutils/12058
authorNick Clifton <nickc@redhat.com>
Thu, 28 Oct 2010 14:11:29 +0000 (14:11 +0000)
committerNick Clifton <nickc@redhat.com>
Thu, 28 Oct 2010 14:11:29 +0000 (14:11 +0000)
        * ar.c (usage): Remove spurious 's' from list of accepted command
        letters.

binutils/ChangeLog
binutils/ar.c

index b094ac6..eb2f14b 100644 (file)
@@ -1,3 +1,9 @@
+2010-10-28  Nick Clifton  <nickc@redhat.com>
+
+       PR binutils/12058
+       * ar.c (usage): Remove spurious 's' from list of accepted command
+       letters.
+
 2010-10-28  Alan Modra  <amodra@gmail.com>
 
        * readelf.c (is_32bit_abs_reloc): Support i960 and microblaze.
index 4c765ca..c2e6f4c 100644 (file)
@@ -230,9 +230,9 @@ usage (int help)
       /* xgettext:c-format */
       const char * command_line =
 #if BFD_SUPPORTS_PLUGINS
-       _("Usage: %s [emulation options] [--plugin <name>] [-]{dmpqrstx}[abcfilNoPsSuvV] [member-name] [count] archive-file file...\n");
+       _("Usage: %s [emulation options] [--plugin <name>] [-]{dmpqrtx}[abcfilNoPsSuvV] [member-name] [count] archive-file file...\n");
 #else
-       _("Usage: %s [emulation options] [-]{dmpqrstx}[abcfilNoPsSuvV] [member-name] [count] archive-file file...\n");
+       _("Usage: %s [emulation options] [-]{dmpqrtx}[abcfilNoPsSuvV] [member-name] [count] archive-file file...\n");
 #endif
       fprintf (s, command_line, program_name);