summaryrefslogtreecommitdiffstats
path: root/sys-utils/ctrlaltdel.c
diff options
context:
space:
mode:
authorKarel Zak2011-09-27 13:26:06 +0200
committerKarel Zak2011-09-27 13:26:06 +0200
commit667229ae6a4e1722689cb2458c2917d5cda95336 (patch)
tree6a9444cb5a9dae8b934f776502f61d6619fcdf2d /sys-utils/ctrlaltdel.c
parentarch: minor changes to usage() (diff)
downloadkernel-qcow2-util-linux-667229ae6a4e1722689cb2458c2917d5cda95336.tar.gz
kernel-qcow2-util-linux-667229ae6a4e1722689cb2458c2917d5cda95336.tar.xz
kernel-qcow2-util-linux-667229ae6a4e1722689cb2458c2917d5cda95336.zip
ctrlaltdel: minor changes to usage()
Signed-off-by: Karel Zak <kzak@redhat.com>
Diffstat (limited to 'sys-utils/ctrlaltdel.c')
-rw-r--r--sys-utils/ctrlaltdel.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/sys-utils/ctrlaltdel.c b/sys-utils/ctrlaltdel.c
index db96fccc4..ef963226e 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 <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)"));