]> git.ipfire.org Git - thirdparty/elfutils.git/commitdiff
ar.c (main): Fix typo in message format.
authorRoland McGrath <roland@redhat.com>
Tue, 8 Sep 2009 07:21:18 +0000 (00:21 -0700)
committerRoland McGrath <roland@redhat.com>
Tue, 8 Sep 2009 07:21:18 +0000 (00:21 -0700)
src/ChangeLog
src/ar.c

index 7b9970c6665a6955f15f4bac5757723284844f43..5e439104eea60abdc666fe564aebedad03d277c1 100644 (file)
@@ -1,3 +1,7 @@
+2009-09-08  Roland McGrath  <roland@redhat.com>
+
+       * ar.c (main): Fix typo in message format.
+
 2009-08-21  Roland McGrath  <roland@redhat.com>
 
        * readelf.c (attr_callback): Use print_block only when we don't use
index 9be0649ff1f82a8d60c09c676e3b194d13effdd4..5d7a6e764aacbd7944db7c9b64c6db202f9b75ac 100644 (file)
--- a/src/ar.c
+++ b/src/ar.c
@@ -233,7 +233,7 @@ MEMBER parameter required for 'a', 'b', and 'i' modifiers"));
 
   if ((dont_replace_existing || allow_truncate_fname)
       && unlikely (operation != oper_extract))
-    error (1, 0, gettext ("'%' is only meaningful with the 'x' option"),
+    error (1, 0, gettext ("'%c' is only meaningful with the 'x' option"),
           dont_replace_existing ? 'C' : 'T');
 
   /* There must at least be one more parameter specifying the archive.   */