arch: minor changes to usage()

Signed-off-by: Karel Zak <kzak@redhat.com>
This commit is contained in:
Karel Zak 2011-09-27 13:25:53 +02:00
parent 9fc7bf00ad
commit 1a3cfe8800
1 changed files with 1 additions and 3 deletions

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