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

index db96fccc4dc66c3cb1eb3281a465e38b0328cb28..ef963226e71e2ef216950e379940d1c367565cf7 100644 (file)
@@ -19,7 +19,6 @@ static void __attribute__ ((__noreturn__)) usage(FILE * out)
        fprintf(out, USAGE_HEADER);
        fprintf(out, _(" %s <hard|soft>\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)"));