From: Karel Zak Date: Tue, 27 Sep 2011 11:26:06 +0000 (+0200) Subject: ctrlaltdel: minor changes to usage() X-Git-Tag: v2.21-rc1~400 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=667229ae6a4e1722689cb2458c2917d5cda95336;p=thirdparty%2Futil-linux.git ctrlaltdel: minor changes to usage() Signed-off-by: Karel Zak --- diff --git a/sys-utils/ctrlaltdel.c b/sys-utils/ctrlaltdel.c index db96fccc4d..ef963226e7 100644 --- a/sys-utils/ctrlaltdel.c +++ b/sys-utils/ctrlaltdel.c @@ -19,7 +19,6 @@ static void __attribute__ ((__noreturn__)) usage(FILE * out) fprintf(out, USAGE_HEADER); fprintf(out, _(" %s \n"), program_invocation_short_name); fprintf(out, USAGE_OPTIONS); - fprintf(out, USAGE_SEPARATOR); fprintf(out, USAGE_HELP); fprintf(out, USAGE_VERSION); fprintf(out, USAGE_MAN_TAIL("ctrlaltdel(8)"));