]> git.ipfire.org Git - thirdparty/util-linux.git/commitdiff
arch: minor changes to usage()
authorKarel Zak <kzak@redhat.com>
Tue, 27 Sep 2011 11:25:53 +0000 (13:25 +0200)
committerKarel Zak <kzak@redhat.com>
Tue, 27 Sep 2011 11:25:53 +0000 (13:25 +0200)
Signed-off-by: Karel Zak <kzak@redhat.com>
sys-utils/arch.c

index f8b795ceaecdeb508a605bf0e25960527e71c90d..0892c9656de9f4338111d85d785e6bf5689ebdf9 100644 (file)
@@ -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)"));