1
0
Fork 0
mirror of https://git.tukaani.org/xz.git synced 2024-04-04 12:36:23 +02:00

Prevent xgettext from taking one regular string as a C format string.

Thanks to Marek Černocký.
This commit is contained in:
Lasse Collin 2009-12-07 20:07:02 +02:00
parent e0c2776b6f
commit 6db1c35be9

View file

@ -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"));