Signed-off-by: Benno Schulenberg <bensberg@xxxxxxxxxxxxx> --- sys-utils/ipcrm.c | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/sys-utils/ipcrm.c b/sys-utils/ipcrm.c index 6443f48..b17590a 100644 --- a/sys-utils/ipcrm.c +++ b/sys-utils/ipcrm.c @@ -47,8 +47,8 @@ static int verbose = 0; static void __attribute__ ((__noreturn__)) usage(FILE * out) { fprintf(out, USAGE_HEADER); - 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); fprintf(out, USAGE_OPTIONS); fputs(_(" -m, --shmem-id <id> remove shared memory segment by id\n"), out); fputs(_(" -M, --shmem-key <key> remove shared memory segment by key\n"), out); -- 1.7.0.4 -- 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