From b685715bd70fc6717c0eb00f0c4c393a2b4278ab Mon Sep 17 00:00:00 2001 From: Nick Clifton Date: Fri, 19 Jun 2009 15:05:23 +0000 Subject: * ar.c (usage): Do not use #ifdef inside _("...). * nm.c (usage): Likewise. --- binutils/ar.c | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) (limited to 'binutils/ar.c') diff --git a/binutils/ar.c b/binutils/ar.c index 318cfe0cc3..4d6a32516a 100644 --- a/binutils/ar.c +++ b/binutils/ar.c @@ -278,11 +278,13 @@ usage (int help) fprintf (s, _("Usage: %s [options] archive\n"), program_name); fprintf (s, _(" Generate an index to speed access to archives\n")); fprintf (s, _(" The options are:\n\ - @ Read options from \n" + @ Read options from \n")); #if BFD_SUPPORTS_PLUGINS -" --plugin Load the specified plugin\n" + fprintf (s, _("\ + --plugin Load the specified plugin\n")); #endif -" -t Update the archive's symbol map timestamp\n\ + fprintf (s, _("\ + -t Update the archive's symbol map timestamp\n\ -h --help Print this help message\n\ -v --version Print version information\n")); } -- cgit v1.2.1