From 1a3cfe8800d34bcff089c1f82378ed705fbe5071 Mon Sep 17 00:00:00 2001 From: Karel Zak Date: Tue, 27 Sep 2011 13:25:53 +0200 Subject: [PATCH] arch: minor changes to usage() Signed-off-by: Karel Zak --- sys-utils/arch.c | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/sys-utils/arch.c b/sys-utils/arch.c index f8b795ceae..0892c9656d 100644 --- a/sys-utils/arch.c +++ b/sys-utils/arch.c @@ -30,10 +30,8 @@ static void __attribute__ ((__noreturn__)) usage(FILE * out) { fprintf(out, USAGE_HEADER); /* Synopsis */ - fprintf(out, " %s\n", program_invocation_short_name); + fprintf(out, _(" %s [options]\n"), program_invocation_short_name); fprintf(out, USAGE_OPTIONS); - /* Additional options to here. */ - fprintf(out, USAGE_SEPARATOR); fprintf(out, USAGE_HELP); fprintf(out, USAGE_VERSION); fprintf(out, USAGE_MAN_TAIL("arch(1)")); -- 2.47.2