aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorLasse Collin <lasse.collin@tukaani.org>2009-12-07 20:07:02 +0200
committerLasse Collin <lasse.collin@tukaani.org>2009-12-07 20:07:02 +0200
commit6db1c35be9e1e364cdacff6878910e1b7aac2a37 (patch)
tree4421f1a18e85778ecfd0b64e8bf07af9cb765c94 /src
parentRemove duplicate code in io_open_dest(). (diff)
downloadxz-6db1c35be9e1e364cdacff6878910e1b7aac2a37.tar.xz
Prevent xgettext from taking one regular string as a C format string.
Thanks to Marek Černocký.
Diffstat (limited to 'src')
-rw-r--r--src/xz/message.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/xz/message.c b/src/xz/message.c
index 4f8ca00d..5bce4cdd 100644
--- a/src/xz/message.c
+++ b/src/xz/message.c
@@ -1097,7 +1097,7 @@ message_help(bool long_help)
" ratio without increasing memory usage of the decoder"));
if (long_help)
- puts(_(
+ puts(_( // xgettext:no-c-format
" -M, --memory=NUM use roughly NUM bytes of memory at maximum; 0 indicates\n"
" the default setting, which is 40 % of total RAM"));