* ar.c (usage): Remove spurious 's' from list of accepted command
letters.
+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.
/* 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);