On Wed, Dec 24, 2014 at 05:56:03PM +0100, Benno Schulenberg wrote: > - fprintf(out, " %s [options]\n", program_invocation_short_name); > - fprintf(out, " %s shm|msg|sem <id>...\n", program_invocation_short_name); > + fprintf(out, _(" %s [options]\n" > + " %s shm|msg|sem <id>...\n"), program_invocation_short_name); Forgot "%1$s" ;-) Fixed. Karel -- Karel Zak <kzak@xxxxxxxxxx> http://karelzak.blogspot.com -- To unsubscribe from this list: send the line "unsubscribe util-linux" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html