diff options
author | Roland McGrath <[email protected]> | 2009-09-08 00:21:18 -0700 |
---|---|---|
committer | Roland McGrath <[email protected]> | 2009-09-08 00:21:18 -0700 |
commit | fb33c67823004b512c96bc49bfe06ac3100cdf0b (patch) | |
tree | b2b34bb668ad82ed1d901dd067cd4dc50641164b /src/ar.c | |
parent | 68ac7035e7fdc43d63295f6d15a37a4f728dfb36 (diff) |
ar.c (main): Fix typo in message format.
Diffstat (limited to 'src/ar.c')
-rw-r--r-- | src/ar.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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. */ |